Skip to content

Commit

Permalink
Update group id to com.github.flank
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Apr 19, 2020
1 parent ae64eeb commit e1a9aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bintray {
publishing {
publications {
register("mavenJava", MavenPublication::class) {
groupId = "flank"
groupId = "com.github.flank"
artifactId = "flank"
version = System.getenv("MVN_VERSION")

Expand Down

0 comments on commit e1a9aec

Please sign in to comment.