Skip to content

Commit 872fc9e

Browse files
committed
Updated gradle project #3
1 parent f69e63a commit 872fc9e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

build.gradle

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'com.github.SimpleClientDevelopment'
10-
version = '0.1.3'
10+
version = '0.1.4'
1111

1212
repositories {
1313
}
@@ -32,6 +32,8 @@ tasks.withType(JavaCompile).configureEach {
3232
it.options.release.set 17
3333
}
3434

35+
build.finalizedBy reobfJar
36+
3537
githubRelease {
3638
token System.getenv('GITHUB_TOKEN') == null ? '' : System.getenv('GITHUB_TOKEN')
3739
owner 'SimpleClientDevelopment'
@@ -49,12 +51,4 @@ githubRelease {
4951
dryRun false
5052
apiEndpoint 'https://api.github.com'
5153
client
52-
}
53-
54-
publishing {
55-
publications {
56-
maven(MavenPublication) {
57-
from components.java
58-
}
59-
}
6054
}

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
## SimpleClient API %version%
2-
- Updated gradle project #2
2+
- Updated gradle project #3

0 commit comments

Comments
 (0)