summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorGravatar modmuss502022-12-07 19:42:55 +0000
committerGravatar GitHub2022-12-07 19:42:55 +0000
commit2d027a80fa52adf1dde409b3f112c465a79127db (patch)
treee4fffbbab64001b54d7882d92fd56532ee09da82 /.github/workflows/release.yml
parentMake enum methods `values` and `valueOf` unmappable (#470) (diff)
downloadenigma-2d027a80fa52adf1dde409b3f112c465a79127db.tar.gz
enigma-2d027a80fa52adf1dde409b3f112c465a79127db.tar.xz
enigma-2d027a80fa52adf1dde409b3f112c465a79127db.zip
Update dependencies and Gradle
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9a4dc97d..87fd901a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -2,13 +2,12 @@ name: Release
2on: [ workflow_dispatch ] # Manual trigger 2on: [ workflow_dispatch ] # Manual trigger
3jobs: 3jobs:
4 build: 4 build:
5 runs-on: ubuntu-20.04 5 runs-on: ubuntu-22.04
6 container: 6 container:
7 image: openjdk:17-jdk 7 image: eclipse-temurin:19-jdk
8 options: --user root 8 options: --user root
9 steps: 9 steps:
10 - uses: actions/checkout@v1 10 - uses: actions/checkout@v3
11 - uses: gradle/wrapper-validation-action@v1
12 - run: ./gradlew checkVersion build publish --stacktrace 11 - run: ./gradlew checkVersion build publish --stacktrace
13 env: 12 env:
14 MAVEN_URL: ${{ secrets.MAVEN_URL }} 13 MAVEN_URL: ${{ secrets.MAVEN_URL }}