File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ plugins {
77}
88
99group = ' com.github.SimpleClientDevelopment'
10- version = ' 0.1.5 '
10+ version = ' 0.1.6 '
1111
1212repositories {
13+ mavenCentral()
1314}
1415
1516dependencies {
@@ -28,11 +29,6 @@ tasks {
2829 }
2930}
3031
31- java {
32- withJavadocJar()
33- withSourcesJar()
34- }
35-
3632tasks. withType(JavaCompile ). configureEach {
3733 it. options. release. set 17
3834}
@@ -64,4 +60,11 @@ publishing {
6460 from components. java
6561 }
6662 }
67- }
63+ }
64+
65+ wrapper {
66+ gradleVersion = ' 8.1.1'
67+ distributionType = Wrapper.DistributionType . ALL
68+ }
69+
70+ task(' install' ) {}
Original file line number Diff line number Diff line change 11## SimpleClient API %version%
2- - Updated gradle project #4
2+ - Updated gradle project #5
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ pluginManagement {
44 maven { url = ' https://repo.papermc.io/repository/maven-public/' }
55 }
66}
7- rootProject. name = ' simpleclient-api '
7+ rootProject. name = ' SimpleClientAPI '
You can’t perform that action at this time.
0 commit comments