Skip to content

Commit

Permalink
Fix missing project description
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Nov 13, 2023
1 parent 3187fcd commit aaeacf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions licensee-for-android-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins {
id("com.starter.publishing")
}

description = "core library for io.github.usefulness.licensee-for-android gradle plugin. Exposes shareable classes and interfaces, useful in multi-module projects"

kotlin {
explicitApi()
}
Expand All @@ -28,3 +30,4 @@ tasks.withType(KotlinCompile).configureEach {
tasks.withType(Test).configureEach {
useJUnitPlatform()
}

0 comments on commit aaeacf9

Please sign in to comment.