File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
jre : [17]
14
14
os : [ubuntu-latest, windows-latest]
15
15
include :
16
- - jre : 11
16
+ - jre : 21
17
17
os : ubuntu-latest
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ jobs:
28
28
permissions :
29
29
contents : write
30
30
env :
31
- gh_token : ${{ secrets.GITHUB_TOKEN }}
31
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
32
ORG_GRADLE_PROJECT_nexus_user : ${{ secrets.NEXUS_USER }}
33
33
ORG_GRADLE_PROJECT_nexus_pass64 : ${{ secrets.NEXUS_PASS64 }}
34
34
ORG_GRADLE_PROJECT_gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
35
35
ORG_GRADLE_PROJECT_gpg_key64 : ${{ secrets.GPG_KEY64 }}
36
36
steps :
37
37
- uses : actions/checkout@v4
38
- - name : jdk 11
38
+ - name : jdk 17
39
39
uses : actions/setup-java@v4
40
40
with :
41
- java-version : 11
41
+ java-version : 17
42
42
distribution : ' temurin'
43
43
- name : gradle caching
44
44
uses : gradle/actions/setup-gradle@v4
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ plugin_atplug_impl=com.diffplug.atplug.tooling.gradle.PlugPlugin
7
7
plugin_atplug_name =AtPlug Gradle Plugin
8
8
plugin_atplug_desc =Generates plugin metadata for AtPlug
9
9
10
- ver_java =8
11
- kotlin_jvmTarget =1.8
10
+ ver_java =17
11
+ kotlin_jvmTarget =17
12
12
13
13
maven_group =com.diffplug.atplug
14
14
javadoc_links =
You can’t perform that action at this time.
0 commit comments