Skip to content

Commit

Permalink
Annoying warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Sep 17, 2024
1 parent 3f5efd8 commit 9ac586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subprojects {
plugins.apply("com.vanniktech.maven.publish")

mavenPublishing {
coordinates(group, "imperat-" + name, version)
coordinates(group as String, "imperat-" + name, version as String)

pom {
name = "Imperat"
Expand Down

0 comments on commit 9ac586f

Please sign in to comment.