Skip to content

Commit 3d29182

Browse files
committed
Build this library with jitpack
This is temporary since the official publishing will be done via Maven Central. - Specify required Java version for this library
1 parent 4dfe2a5 commit 3d29182

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ plugins {
66
group='de.gurkenlabs.input4j'
77
version='1.0-SNAPSHOT'
88

9+
java {
10+
sourceCompatibility = JavaVersion.VERSION_22
11+
targetCompatibility = JavaVersion.VERSION_22
12+
}
13+
914
application {
1015
mainClass = 'de.gurkenlabs.input4j.Program'
1116
}

jitpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jdk:
2+
- openjdk23

0 commit comments

Comments
 (0)