Skip to content

Commit

Permalink
Bump the minimum required JRE from 11 to 17. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Jan 26, 2025
2 parents de0fc91 + 0d217f6 commit 89d2419
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
jre: [17]
os: [ubuntu-latest, windows-latest]
include:
- jre: 11
- jre: 21
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
permissions:
contents: write
env:
gh_token: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
ORG_GRADLE_PROJECT_nexus_pass64: ${{ secrets.NEXUS_PASS64 }}
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
steps:
- uses: actions/checkout@v4
- name: jdk 11
- name: jdk 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'
- name: gradle caching
uses: gradle/actions/setup-gradle@v4
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugin_atplug_impl=com.diffplug.atplug.tooling.gradle.PlugPlugin
plugin_atplug_name=AtPlug Gradle Plugin
plugin_atplug_desc=Generates plugin metadata for AtPlug

ver_java=8
kotlin_jvmTarget=1.8
ver_java=17
kotlin_jvmTarget=17

maven_group=com.diffplug.atplug
javadoc_links=

0 comments on commit 89d2419

Please sign in to comment.