Skip to content

Commit ec891ba

Browse files
committed
1.47
1 parent 54216f7 commit ec891ba

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

common/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ repositories {
1313
dependencies {
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

1920
test {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package dev.felnull.fnjl;
22

33
public class FNJLBuildIn {
4-
protected static final String VERSION = "1.46";
4+
protected static final String VERSION = "1.47";
55
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fnjl_group=dev.felnull
22
fnjl_name=felnull-java-library
3-
fnjl_version=1.46
3+
fnjl_version=1.47
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package dev.felnull.fnjln;
22

33
public 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
}

0 commit comments

Comments
 (0)