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 53f82cd commit 248c4edCopy full SHA for 248c4ed
.github/workflows/binaries.yml
@@ -202,7 +202,7 @@ jobs:
202
release: EA
203
- name: Tell gradle to use JDK 26
204
if: startsWith(matrix.os, 'macos')
205
- run: sed -i '' "s/JavaLanguageVersion.of(25)/JavaLanguageVersion.of(26)/" build-logic/src/main/kotlin/buildlogic.java-common-conventions.gradle.kts
+ run: sed -i '' "s/JavaLanguageVersion.of(25)/JavaLanguageVersion.of(26)/" build-logic/src/main/kotlin/org.jabref.gradle.feature.compile.gradle.kts
206
- name: Setup JDK (runtime for gradle)
207
uses: actions/setup-java@v5
208
with:
0 commit comments