Skip to content

Commit

Permalink
Add minor build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Feb 5, 2024
1 parent 5571847 commit 928e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tasks.dokkaHtml {
noAndroidSdkLink = false
noStdlibLink = false
noJdkLink = false
jdkVersion = JavaVersion.VERSION_17.majorVersion.toInt()
jdkVersion = libs.versions.java.get().toInt()
// sourceLink {
// // Unix based directory relative path to the root of the project (where you execute gradle respectively).
// // localDirectory.set(file("src/main/kotlin"))
Expand Down

0 comments on commit 928e258

Please sign in to comment.