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 c7a7063 commit df4bfcbCopy full SHA for df4bfcb
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Gradle
18
uses: gradle/actions/setup-gradle@v4
19
with:
20
- cache-read-only: ${{ github.ref != 'refs/heads/multiversion' }}
+ cache-read-only: ${{ github.ref != 'refs/heads/main' }}
21
22
- name: Build
23
run: ./gradlew build collectBuilds
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (C) 2021 moehreag + Contributors
+Copyright (C) 2025 moehreag + Contributors
2
3
GNU LESSER GENERAL PUBLIC LICENSE
4
Version 3, 29 June 2007
0 commit comments