We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c43e4 commit 1b553c4Copy full SHA for 1b553c4
swan-assist/build.gradle
@@ -1,13 +1,13 @@
1
plugins {
2
id 'java'
3
- id 'org.jetbrains.intellij' version '1.8.0'
+ id 'org.jetbrains.intellij' version '1.8.1'
4
}
5
6
group 'de.fraunhofer'
7
version '1.3'
8
9
-sourceCompatibility = 1.8
10
-
+sourceCompatibility = JavaVersion.VERSION_11
+targetCompatibility = JavaVersion.VERSION_11
11
repositories {
12
mavenCentral()
13
mavenLocal()
@@ -20,6 +20,7 @@ dependencies {
20
implementation 'org.slf4j:slf4j-api:1.7.29'
21
implementation 'org.slf4j:slf4j-simple:1.7.29'
22
implementation 'org.apache.commons:commons-lang3:3.0'
23
+ //implementation files('src/main/resources/Jar/swan.jar')
24
25
26
intellij {
0 commit comments