Skip to content

Commit

Permalink
- test javax.annotation license content retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jul 26, 2024
1 parent 893916b commit 23497da
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
9 changes: 7 additions & 2 deletions app-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ kotlin {
jvm()

sourceSets {
commonMain {
jvmMain {
dependencies {

// https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api
implementation("javax.annotation:javax.annotation-api:1.3.2")
}
}
}
}

aboutLibraries {
fetchRemoteLicense = true
}
Loading

0 comments on commit 23497da

Please sign in to comment.