File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches : [ "master" ]
55 paths :
66 - " **/src/**"
7+ - " *.gradle.kts"
78 workflow_dispatch :
89
910permissions :
@@ -22,10 +23,10 @@ jobs:
2223 url : ${{ steps.deployment.outputs.page_url }}
2324 runs-on : ubuntu-latest
2425 steps :
25- - name : Set up JDK 25
26+ - name : Set up JDK 24 for Dokka
2627 uses : actions/setup-java@v4.6.0
2728 with :
28- java-version : ' 25 '
29+ java-version : ' 24 '
2930 distribution : ' temurin'
3031
3132 - name : Setup Gradle
4041 - name : Publish Dokka to Maven local
4142 run : ./gradlew publishToMavenLocal -Pversion=2.3.0-rebar-SNAPSHOT
4243
44+ - name : Set up JDK 25 for Rebar
45+ uses : actions/setup-java@v4.6.0
46+ with :
47+ java-version : ' 25'
48+ distribution : ' temurin'
49+
4350 - name : Checkout
4451 uses : actions/checkout@v5
4552
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
66 gradlePluginPortal()
77 }
88
9- val dokkaVersion = if (useLocalDokka) " 2.1 .0-rebar-SNAPSHOT" else " 2.0.0"
9+ val dokkaVersion = if (useLocalDokka) " 2.3 .0-rebar-SNAPSHOT" else " 2.0.0"
1010 plugins {
1111 id(" org.jetbrains.dokka" ) version dokkaVersion
1212 id(" org.jetbrains.dokka-javadoc" ) version dokkaVersion
You can’t perform that action at this time.
0 commit comments