File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if(rootProject.file('private.gradle').exists()) { //Publishing details
34
34
35
35
archivesBaseName = " skillcheck"
36
36
group = " io.github.cottonmc"
37
- version = " 1.0.1 +1.14"
37
+ version = " 1.0.2 +1.14"
38
38
39
39
minecraft {
40
40
refmapName = ' mixins.skillcheck.refmap.json'
@@ -130,13 +130,12 @@ artifactory {
130
130
contextUrl = ' http://server.bbkr.space:8081/artifactory/'
131
131
publish {
132
132
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
+ }
138
138
139
- repoKey = " libs-snapshot" // keep in snapshot repo for now
140
139
username = artifactoryUsername
141
140
password = artifactoryPassword
142
141
}
You can’t perform that action at this time.
0 commit comments