Skip to content

Commit

Permalink
uncommented out the publishing part of build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bearofbusiness committed Nov 2, 2024
1 parent df7f77a commit 535bc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
group = 'org.vindicterra'
version = '0.0.0-dev'

/*publishing {
publishing {
publications {
pluginPublication(MavenPublication) {
artifactId = 'vindicterra-lib'
Expand All @@ -23,7 +23,7 @@ version = '0.0.0-dev'
}
}
}
}*/
}

repositories {
mavenCentral()
Expand Down

0 comments on commit 535bc92

Please sign in to comment.