File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = ' com.github.SimpleClientDevelopment'
10- version = ' 0.1.3 '
10+ version = ' 0.1.4 '
1111
1212repositories {
1313}
@@ -32,6 +32,8 @@ tasks.withType(JavaCompile).configureEach {
3232 it. options. release. set 17
3333}
3434
35+ build. finalizedBy reobfJar
36+
3537githubRelease {
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}
Original file line number Diff line number Diff line change 11## SimpleClient API %version%
2- - Updated gradle project #2
2+ - Updated gradle project #3
You can’t perform that action at this time.
0 commit comments