@@ -25,7 +25,7 @@ ext.getProcyonVersion = { ->
25
25
}
26
26
}
27
27
28
- logger. warn(" wARNING : Could not resolve version from source; falling back to '$fallbackVersion '." )
28
+ logger. warn(" WARNING : Could not resolve version from source; falling back to '$fallbackVersion '." )
29
29
30
30
return fallbackVersion
31
31
}
@@ -41,15 +41,15 @@ allprojects {
41
41
42
42
version procyonVersion
43
43
44
- group ' org.bitbucket .mstrobel'
44
+ group ' com.github .mstrobel'
45
45
sourceCompatibility = 1.7 // JDK version
46
46
47
47
repositories {
48
48
mavenCentral()
49
49
}
50
50
51
51
dependencies {
52
- testCompile ' junit:junit:4.11 '
52
+ testCompile ' junit:junit:4.13.2 '
53
53
}
54
54
}
55
55
@@ -121,7 +121,12 @@ subprojects {
121
121
}
122
122
}
123
123
124
- if (project. name != " Procyon.Decompiler" ) {
124
+ if (project. name == " Procyon.Decompiler" ) {
125
+ artifacts {
126
+ archives jar
127
+ }
128
+ }
129
+ else {
125
130
javadoc {
126
131
options. encoding = ' UTF-8'
127
132
}
@@ -165,17 +170,17 @@ subprojects {
165
170
name project. archivesBaseName
166
171
packaging ' jar'
167
172
description ' Procyon'
168
- url ' https://bitbucket.org /mstrobel/procyon'
173
+ url ' https://github.com /mstrobel/procyon'
169
174
170
175
scm {
171
- url ' https://bitbucket.org /mstrobel/procyon'
172
- connection
' scm:hg :https://[email protected] /mstrobel/procyon'
173
- developerConnection ' scm:hg :https://mstrobel@bitbucket.org /mstrobel/procyon'
176
+ url ' https://github.com /mstrobel/procyon'
177
+ connection ' scm:git :https://github.com /mstrobel/procyon.git '
178
+ developerConnection ' scm:git :https://mstrobel@github.com /mstrobel/procyon.git '
174
179
}
175
180
176
181
issueManagement {
177
- system ' jira '
178
- url ' https://bitbucket.org /mstrobel/procyon/issues'
182
+ system ' github '
183
+ url ' https://github.com /mstrobel/procyon/issues'
179
184
}
180
185
181
186
licenses {
@@ -213,4 +218,3 @@ subprojects {
213
218
}
214
219
}
215
220
}
216
-
0 commit comments