diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 48ed7235..fbb8016c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,27 +7,7 @@ on:
pull_request:
jobs:
- setup:
- runs-on: ubuntu-latest
- steps:
- - name: Stop old builds
- if: github.ref != 'refs/heads/master'
- uses: styfle/cancel-workflow-action@0.11.0
- with:
- access_token: ${{ github.token }}
-
build:
- needs: setup
- strategy:
- matrix:
- java: [ 8, 11, 17 ]
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - name: "Set up JDK ${{ matrix.java }}"
- uses: actions/setup-java@v3
- with:
- java-version: ${{ matrix.java }}
- distribution: 'temurin'
- - name: Build & Test
- run: ./mvnw -B verify
+ name: Verify
+ uses: takari/takari-gh-actions/.github/workflows/ci.yml@v2
+
diff --git a/pom.xml b/pom.xml
index d8c21912..053ebaaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
io.takari
takari
- 51
+ 52
io.takari.polyglot
@@ -31,9 +31,6 @@
3.9.5
0.9.0.M2
3.5.1
-
-
- 2.0.8
8
ignore
@@ -261,56 +258,4 @@
-
-
-
-
- takari-release
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 3.1.0
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
-
-
- io.takari.maven.plugins
- takari-lifecycle-plugin
-
-
- true
-
-
-
-
-
- signArtifact
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- true
-
-
-
-
-
-
-
-