File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
<attribute name =" gradle_used_by_scope" value =" main,test" />
7
7
</attributes >
8
8
</classpathentry >
9
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 /" />
9
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 /" />
10
10
<classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
11
11
<classpathentry kind =" output" path =" bin/default" />
12
12
</classpath >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build
3
3
on : [push, fork, pull_request]
4
4
5
5
env :
6
- JAVA_VERSION : 1.11
6
+ JAVA_VERSION : 1.17
7
7
GRADLE_VERSION : 8.4
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
id-token : write
11
11
12
12
env :
13
- JAVA_VERSION : 1.11
13
+ JAVA_VERSION : 1.17
14
14
GRADLE_VERSION : 8.4
15
15
16
16
jobs :
Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk :
3
- - openjdk11
3
+ - openjdk17
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ plugins {
15
15
group = ' com.stuypulse'
16
16
17
17
java {
18
- sourceCompatibility = JavaVersion . VERSION_11
19
- targetCompatibility = JavaVersion . VERSION_11
18
+ sourceCompatibility = JavaVersion . VERSION_17
19
+ targetCompatibility = JavaVersion . VERSION_17
20
20
}
21
21
22
22
sourceSets {
You can’t perform that action at this time.
0 commit comments