Skip to content

Commit 89d2419

Browse files
authored
Bump the minimum required JRE from 11 to 17. (#63)
2 parents de0fc91 + 0d217f6 commit 89d2419

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
jre: [17]
1414
os: [ubuntu-latest, windows-latest]
1515
include:
16-
- jre: 11
16+
- jre: 21
1717
os: ubuntu-latest
1818
runs-on: ${{ matrix.os }}
1919
steps:

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
permissions:
2929
contents: write
3030
env:
31-
gh_token: ${{ secrets.GITHUB_TOKEN }}
31+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
3333
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
3434
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
3535
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
3636
steps:
3737
- uses: actions/checkout@v4
38-
- name: jdk 11
38+
- name: jdk 17
3939
uses: actions/setup-java@v4
4040
with:
41-
java-version: 11
41+
java-version: 17
4242
distribution: 'temurin'
4343
- name: gradle caching
4444
uses: gradle/actions/setup-gradle@v4

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugin_atplug_impl=com.diffplug.atplug.tooling.gradle.PlugPlugin
77
plugin_atplug_name=AtPlug Gradle Plugin
88
plugin_atplug_desc=Generates plugin metadata for AtPlug
99

10-
ver_java=8
11-
kotlin_jvmTarget=1.8
10+
ver_java=17
11+
kotlin_jvmTarget=17
1212

1313
maven_group=com.diffplug.atplug
1414
javadoc_links=

0 commit comments

Comments
 (0)