File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import kotlin.io.path.createTempDirectory
5
5
6
6
plugins {
7
7
id(" java-library" )
8
- id(" com.badlogicgames.jnigen.jnigen-gradle" ) version " 3.0.0-SNAPSHOT "
8
+ id(" com.badlogicgames.jnigen.jnigen-gradle" ) version " 3.0.0"
9
9
}
10
10
11
11
val isReleaseBuild: Boolean
@@ -155,7 +155,7 @@ tasks.create("build_windows") {
155
155
}
156
156
157
157
jnigen {
158
- javaClass.superclass.getDeclaredField( " sharedLibName" ). apply { isAccessible = true }.set( this , " gdx-box2d" )
158
+ sharedLibName = " gdx-box2d"
159
159
generator {
160
160
outputPath = file(" src/main/java" )
161
161
basePackage = " com.badlogic.gdx.box2d"
Original file line number Diff line number Diff line change 1
1
group =com.badlogicgames.gdx
2
2
version =0.1
3
3
4
- jnigen.version =3.0.0-SNAPSHOT
4
+ jnigen.version =3.0.0
5
5
gdx.version =1.13.1
6
6
7
7
POM_NAME =gdx-box2d
You can’t perform that action at this time.
0 commit comments