Skip to content

Commit

Permalink
circleci -> github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikhu committed Dec 5, 2024
1 parent 7fe108b commit 4db3ec5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 135 deletions.
24 changes: 0 additions & 24 deletions .circleci/circleci-readme.md

This file was deleted.

106 changes: 0 additions & 106 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ versus how you fixed it.
* Sign the [Sonatype CLA](https://sonatypecla.herokuapp.com/sign-cla)
* Try to fix one thing per pull request! Many people work on this code, so the more focused your changes are, the less
of a headache other people will have when they merge their work in.
* Ensure your Pull Request passes tests either locally or via CircleCI (it will run automatically on your PR)
* Ensure your Pull Request passes tests either locally or via GitHub Actions (workflow will run on your PR)
* Make sure to add yourself or your organization to CONTRIBUTORS.md as a part of your PR, if you are new to the project!
* If you're stuck, ask our [gitter channel](https://gitter.im/sonatype/nexus-developers)! There are a number of
experienced programmers who are happy to help with learning and troubleshooting.
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ target/
.project
.idea
.DS_Store

# ci config for local ci build
.circleci/local-config.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

[![Gradle Plugins Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/org/sonatype/gradle/plugins/scan/org.sonatype.gradle.plugins.scan.gradle.plugin/maven-metadata.xml.svg?colorB=007ec6&label=Gradle%20Plugins%20Portal)](https://plugins.gradle.org/plugin/org.sonatype.gradle.plugins.scan)

[![CircleCI Build Status](https://circleci.com/gh/sonatype-nexus-community/scan-gradle-plugin.svg?style=shield "CircleCI Build Status")](https://circleci.com/gh/sonatype-nexus-community/scan-gradle-plugin)
![GitHub Actions CI](https://github.com/sonatype-nexus-community/scan-gradle-plugin/actions/workflows/ci.yaml/badge.svg)

Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and Nexus IQ Server.

Expand Down

0 comments on commit 4db3ec5

Please sign in to comment.