diff --git a/build.gradle.kts b/build.gradle.kts index 22b1783..d5ac660 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,6 +53,8 @@ subprojects signAllPublications() pom { url.set("https://www.github.com/square/invert") + name = "Invert" + description = "Inverted view of your Gradle Project" licenses { license { name.set("The Apache Software License, Version 2.0") diff --git a/gradle.properties b/gradle.properties index 70ccd57..5262e25 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ kotlin.code.style=official android.useAndroidX=true group=com.squareup.invert -version=0.0.1-dev-SNAPSHOT +version=0.0.1-dev