Skip to content

Commit

Permalink
fix maven stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed Mar 4, 2024
1 parent 30e2553 commit d6e474f
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,6 +6,8 @@ plugins {
id "maven-publish"
}

def project_version = project.project_version

allprojects {
apply plugin: "java-library"
apply plugin: "com.github.johnrengelman.shadow"
Expand Down Expand Up @@ -73,9 +75,7 @@ subprojects {
}
publications {
maven(MavenPublication) {
groupId = "me.mrnavastar"
artifactId = "protoweaver"
version = project.project_version
from components.java
artifact tasks.jarSources
}
Expand Down

0 comments on commit d6e474f

Please sign in to comment.