You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Change version to 0.1.0 to publish to Maven (#13)
- Change version number to 0.1.0.
- Fix Sonatype repository URL for AWS
- Add version number to dependencies
- Remove annotation about Maven availability in the README
(it's available through Maven now)
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,6 @@ their functions against potential bugs unique to AWS Lambda SnapStart environmen
7
7
8
8
Following sections explain how to enable this plugin in your Gradle and Maven projects.
9
9
10
-
|:exclamation: Maven repository may not have the artifact available by the time you're reading these instructions. Until it's available, you can clone this repository to your local and run `mvn install` to install this SpotBugs plugin to your local Maven repository. After that you can continue with the setup instructions below.|
11
-
|-----------------------------------------|
12
-
13
10
### Gradle Builds
14
11
15
12
After SpotBugs is [enabled in the Gradle project](https://spotbugs.readthedocs.io/en/latest/gradle.html) declaring a dependency on SnapStart bug scanner is sufficient.
0 commit comments