We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c534f commit 8df5cd7Copy full SHA for 8df5cd7
2 files changed
.github/workflows/gradle.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
environment: ${{ (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/javacan-') ) && 'sonatype-central' || null }}
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
with:
17
submodules: recursive
18
- name: Set up JDK
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-axion = "1.19.0"
+axion = "1.20.1"
3
dockcross = "0.4.2"
4
mavenCentralPublish = "0.8.0"
5
jdtAnnotations = "2.3.100"
0 commit comments