Skip to content

Commit 1b47b9d

Browse files
committed
chore: Prepare release
1 parent 2660c6d commit 1b47b9d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/jnigen.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build Workflow
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
release:
9+
types: [ published ]
410

511
jobs:
612
build-linux:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import kotlin.io.path.createTempDirectory
55

66
plugins {
77
id("java-library")
8-
id("com.badlogicgames.jnigen.jnigen-gradle") version "3.0.1-SNAPSHOT"
8+
id("com.badlogicgames.jnigen.jnigen-gradle") version "3.1.0"
99
}
1010

1111
val isReleaseBuild: Boolean

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group=com.badlogicgames.gdx
2-
version=0.1
2+
version=3.1.0-0
33

4-
jnigen.version=3.0.1-SNAPSHOT
4+
jnigen.version=3.1.0
55
gdx.version=1.13.1
66

77
POM_NAME=gdx-box2d

0 commit comments

Comments
 (0)