Skip to content

Commit

Permalink
fix maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ademirqueiroga committed Jul 4, 2021
1 parent 035b6aa commit b10a914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
val kspVersion: String by project

plugins {
application
kotlin("jvm")
id("maven")
}

group = "me.admqueiroga"
group = "me.ademirqueiroga"
version = "0.9.0-SNAPSHOT"

repositories {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pluginManagement {
plugins {
id("com.google.devtools.ksp") version kspVersion
kotlin("jvm") version kotlinVersion
id("maven")
}
repositories {
gradlePluginPortal()
Expand Down

0 comments on commit b10a914

Please sign in to comment.