@@ -3,8 +3,8 @@ buildscript {
3
3
mavenCentral()
4
4
jcenter()
5
5
maven {
6
- name = ' Fabric'
7
- url = ' http://maven.modmuss50.me/'
6
+ name = " Fabric"
7
+ url = " http://maven.modmuss50.me/"
8
8
}
9
9
maven {
10
10
url " https://plugins.gradle.org/m2/"
@@ -13,12 +13,12 @@ buildscript {
13
13
}
14
14
dependencies {
15
15
classpath " com.github.jengelman.gradle.plugins:shadow:2.0.0"
16
- classpath " net.fabricmc:fabric-loom:0.2.2 -SNAPSHOT"
16
+ classpath " net.fabricmc:fabric-loom:0.2.3 -SNAPSHOT"
17
17
}
18
18
}
19
19
20
20
plugins {
21
- id ' maven-publish'
21
+ id " maven-publish"
22
22
id " com.jfrog.artifactory" version " 4.9.0"
23
23
}
24
24
@@ -28,24 +28,24 @@ apply plugin: net.fabricmc.loom.LoomGradlePlugin
28
28
sourceCompatibility = 1.8
29
29
targetCompatibility = 1.8
30
30
31
- if (rootProject. file(' private.gradle' ). exists()) { // Publishing details
32
- apply from : ' private.gradle'
31
+ if (rootProject. file(" private.gradle" ). exists()) { // Publishing details
32
+ apply from : " private.gradle"
33
33
}
34
34
35
35
archivesBaseName = " skillcheck"
36
36
group = " io.github.cottonmc"
37
- version = " 1.0.7 +1.14.1"
37
+ version = " 1.0.8 +1.14.1"
38
38
39
39
minecraft {
40
- refmapName = ' mixins.skillcheck.refmap.json'
40
+ refmapName = " mixins.skillcheck.refmap.json"
41
41
}
42
42
43
43
repositories {
44
44
maven {
45
- url ' http://server.bbkr.space:8081/artifactory/libs-snapshot'
45
+ url " http://server.bbkr.space:8081/artifactory/libs-snapshot"
46
46
}
47
47
maven {
48
- url = " https://minecraft.curseforge.com/api/maven"
48
+ url " https://minecraft.curseforge.com/api/maven"
49
49
}
50
50
}
51
51
@@ -56,10 +56,10 @@ dependencies {
56
56
modCompile " net.fabricmc.fabric-api:fabric-api:0.3.0-pre+build.156"
57
57
58
58
modCompile " io.github.prospector.modmenu:ModMenu:1.5.3-84"
59
- modCompile " io.github.cottonmc:cotton:0.6.6 +1.14.1-SNAPSHOT"
60
- include " io.github.cottonmc:cotton:0.6.6 +1.14.1-SNAPSHOT"
61
- modCompile " crochet:Crochet:1.0.4:1 "
62
- include " crochet:Crochet:1.0.4:1 "
59
+ modCompile " io.github.cottonmc:cotton:0.6.7 +1.14.1-SNAPSHOT"
60
+ include " io.github.cottonmc:cotton:0.6.7 +1.14.1-SNAPSHOT"
61
+ modCompile " crochet:Crochet:1.0.4"
62
+ include " crochet:Crochet:1.0.4"
63
63
modCompile " cloth-config:ClothConfig:0.2.1.14"
64
64
include " cloth-config:ClothConfig:0.2.1.14"
65
65
@@ -136,7 +136,7 @@ publishing {
136
136
137
137
artifactory {
138
138
if (project. hasProperty(" artifactoryUsername" )) {
139
- contextUrl = ' http://server.bbkr.space:8081/artifactory/'
139
+ contextUrl = " http://server.bbkr.space:8081/artifactory/"
140
140
publish {
141
141
repository {
142
142
if (version. contains(" SNAPSHOT" )) {
@@ -149,7 +149,7 @@ artifactory {
149
149
password = artifactoryPassword
150
150
}
151
151
defaults {
152
- publications(' maven' )
152
+ publications(" maven" )
153
153
154
154
publishArtifacts = true
155
155
publishPom = true
0 commit comments