Skip to content

Commit 477d2e7

Browse files
Update
1 parent aa80432 commit 477d2e7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
group = "org.indilib.i4j"
88
description = "INDIForJava-active-driver"
9-
version = "2.0.5"
9+
version = "2.1.1"
1010

1111
repositories {
1212
mavenCentral()
@@ -16,14 +16,13 @@ repositories {
1616
}
1717

1818
java {
19-
sourceCompatibility = JavaVersion.VERSION_1_8
20-
targetCompatibility = JavaVersion.VERSION_1_8
19+
sourceCompatibility = JavaVersion.VERSION_11
20+
targetCompatibility = JavaVersion.VERSION_11
2121
}
2222

2323
dependencies {
24-
api("com.github.INDIForJava:INDIForJava-driver:2.0.6")
25-
api("com.github.INDIForJava:INDIForJava-client:2.0.5")
26-
api("com.github.INDIForJava:INDIForJava-server:2.0.5")
24+
api("com.github.INDIForJava:INDIForJava-client:2.1.1")
25+
api("com.github.INDIForJava:INDIForJava-server:2.1.1")
2726
}
2827

2928
tasks.jar {

jitpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jdk: openjdk11

0 commit comments

Comments
 (0)