Skip to content

Commit

Permalink
tweak publishing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LavishSwarnkar committed Feb 25, 2024
1 parent 0821c33 commit c87d9a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ dependencies {

publishing {
publications {
create(MavenPublication) {
maven(MavenPublication) {
groupId = "com.github.The-Streamliners"
artifactId = "commons"
version = "1.0"

afterEvaluate {
from components.release
}
}
}
}

0 comments on commit c87d9a6

Please sign in to comment.