Skip to content

Commit 4dbefba

Browse files
committed
verbump!
1 parent 9defc55 commit 4dbefba

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

build.gradle

+6-7
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if(rootProject.file('private.gradle').exists()) { //Publishing details
3434

3535
archivesBaseName = "skillcheck"
3636
group = "io.github.cottonmc"
37-
version = "1.0.1+1.14"
37+
version = "1.0.2+1.14"
3838

3939
minecraft {
4040
refmapName = 'mixins.skillcheck.refmap.json'
@@ -130,13 +130,12 @@ artifactory {
130130
contextUrl = 'http://server.bbkr.space:8081/artifactory/'
131131
publish {
132132
repository {
133-
// if (version.contains("SNAPSHOT")) {
134-
// repoKey = "libs-snapshot"
135-
// } else {
136-
// repoKey = "libs-release"
137-
// }
133+
if (version.contains("SNAPSHOT")) {
134+
repoKey = "libs-snapshot"
135+
} else {
136+
repoKey = "libs-release"
137+
}
138138

139-
repoKey = "libs-snapshot" //keep in snapshot repo for now
140139
username = artifactoryUsername
141140
password = artifactoryPassword
142141
}

0 commit comments

Comments
 (0)