Skip to content

Commit

Permalink
Added FulmiCollection dependency.
Browse files Browse the repository at this point in the history
Added Java 8 compatibility.
Fixed Main-Class attribute in MANIFEST.MF.
Created own PreventSaving annotation.
Added automatic release GitHub action.
Added ReflectionsUtil library (TEMPORARY).
  • Loading branch information
fulminazzo committed Dec 20, 2023
1 parent f10aa96 commit 4ffe1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

implementation('org.yaml:snakeyaml:2.2')

implementation('com.github.fulminazzo:FulmiCollection:1.0')
implementation('com.github.Fulminazzo:FulmiCollection:1.0')
}

shadowJar {
Expand Down

0 comments on commit 4ffe1ae

Please sign in to comment.