File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
fetch-depth : 0
12
12
- uses : actions/setup-java@v4
13
13
with :
14
- java-version : 11
15
- distribution : ' zulu '
14
+ java-version : 17
15
+ distribution : ' temurin '
16
16
- name : Publish to Maven Local
17
17
run : ./gradlew build publishToMavenLocal --stacktrace -PlocalPublish
18
18
- uses : actions/upload-artifact@v4
29
29
fetch-depth : 0
30
30
- uses : actions/setup-java@v4
31
31
with :
32
- java-version : 11
33
- distribution : ' zulu '
32
+ java-version : 17
33
+ distribution : ' temurin '
34
34
- name : Publish
35
35
if : ${{ github.repository_owner == 'wpilibsuite' && startsWith(github.ref, 'refs/tags/v') }}
36
36
env :
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
22
22
}
23
23
24
24
java {
25
- sourceCompatibility = JavaVersion . VERSION_11
26
- targetCompatibility = JavaVersion . VERSION_11
25
+ sourceCompatibility = JavaVersion . VERSION_17
26
+ targetCompatibility = JavaVersion . VERSION_17
27
27
}
28
28
29
29
if (OperatingSystem . current(). isWindows()) {
You can’t perform that action at this time.
0 commit comments