Skip to content

Commit 1b553c4

Browse files
committed
Upgrade to Java 11
1 parent 52c43e4 commit 1b553c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

swan-assist/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
22
id 'java'
3-
id 'org.jetbrains.intellij' version '1.8.0'
3+
id 'org.jetbrains.intellij' version '1.8.1'
44
}
55

66
group 'de.fraunhofer'
77
version '1.3'
88

9-
sourceCompatibility = 1.8
10-
9+
sourceCompatibility = JavaVersion.VERSION_11
10+
targetCompatibility = JavaVersion.VERSION_11
1111
repositories {
1212
mavenCentral()
1313
mavenLocal()
@@ -20,6 +20,7 @@ dependencies {
2020
implementation 'org.slf4j:slf4j-api:1.7.29'
2121
implementation 'org.slf4j:slf4j-simple:1.7.29'
2222
implementation 'org.apache.commons:commons-lang3:3.0'
23+
//implementation files('src/main/resources/Jar/swan.jar')
2324
}
2425

2526
intellij {

0 commit comments

Comments
 (0)