Skip to content

Commit 88bbb4a

Browse files
Update
1 parent 7ce75d5 commit 88bbb4a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

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

1111
repositories {
1212
mavenCentral()
@@ -16,12 +16,12 @@ 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")
24+
api("com.github.INDIForJava:INDIForJava-driver:2.1.1")
2525
api("gov.nasa.gsfc.heasarc:nom-tam-fits:1.15.2")
2626
}
2727

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)