Skip to content

Commit

Permalink
Set group and id for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok authored and asm0dey committed Jul 31, 2023
1 parent bd9f172 commit a815b7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ plugins {
signing
}

group = "com.github.asm0dey.dummylib"
version = "0.0.1"

publishing {
// Configure all publications
publications.withType<MavenPublication> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
plugins {
id("module.publication")
id("io.github.gradle-nexus.publish-plugin")
}

allprojects {
group = "com.github.asm0dey.dummylib"
version = "0.0.1"
}

nexusPublishing {
// Configure maven central repository
// https://github.com/gradle-nexus/publish-plugin#publishing-to-maven-central-via-sonatype-ossrh
Expand Down

0 comments on commit a815b7a

Please sign in to comment.