Skip to content

Commit

Permalink
Changed publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Greazi-Times committed Jul 9, 2024
1 parent e6b1427 commit 0c4fb38
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ plugins {

def groupId = 'com.techscode'
def artifactId = 'GradleBasePlugin'

// Versioning:
// /---> Major Version - Increment this when you make a breaking change
// | /---> Minor Version - Increment this when you add a new feature
// | | /---> Patch Version - Increment this when you make a bug fix
def versionNum = '5.0.7'
def versionNum = '5.0.8'

group = groupId
version = versionNum
Expand Down Expand Up @@ -40,9 +39,9 @@ dependencies {
publishing {
publications {
maven(MavenPublication) {
groupId
artifactId
versionNum
groupId = groupId
artifactId = artifactId
version = versionNum

from components.java
}
Expand All @@ -56,4 +55,4 @@ publishing {
}
}
}
}
}

0 comments on commit 0c4fb38

Please sign in to comment.