File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
src/main/java/dev/felnull/fnjl
natives/src/main/java/dev/felnull/fnjln Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ repositories {
1313dependencies {
1414 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2'
1515 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2'
16- implementation ' org.jetbrains:annotations:23.0.0'
16+ compileOnly ' org.jetbrains:annotations:23.0.0'
17+ annotationProcessor ' org.jetbrains:annotations:23.0.0'
1718}
1819
1920test {
Original file line number Diff line number Diff line change 11package dev .felnull .fnjl ;
22
33public class FNJLBuildIn {
4- protected static final String VERSION = "1.46 " ;
4+ protected static final String VERSION = "1.47 " ;
55}
Original file line number Diff line number Diff line change 11fnjl_group =dev.felnull
22fnjl_name =felnull-java-library
3- fnjl_version =1.46
3+ fnjl_version =1.47
Original file line number Diff line number Diff line change 11package dev .felnull .fnjln ;
22
33public class FNJLNBuildIn {
4- protected static final String VERSION = "1.46 " ;
4+ protected static final String VERSION = "1.47 " ;
55
66 protected static final int NATIVE_LIBRARY_VERSION = 1 ;
77}
You can’t perform that action at this time.
0 commit comments