Skip to content

Commit 1cbfeed

Browse files
committed
Updated gradle project #5
1 parent 091f2ce commit 1cbfeed

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

build.gradle

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

99
group = 'com.github.SimpleClientDevelopment'
10-
version = '0.1.5'
10+
version = '0.1.6'
1111

1212
repositories {
13+
mavenCentral()
1314
}
1415

1516
dependencies {
@@ -28,11 +29,6 @@ tasks {
2829
}
2930
}
3031

31-
java {
32-
withJavadocJar()
33-
withSourcesJar()
34-
}
35-
3632
tasks.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') {}

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 #4
2+
- Updated gradle project #5

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)