Skip to content

Commit 53f8b2c

Browse files
committed
Update Gradle.
1 parent cf1f2a1 commit 53f8b2c

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ servletAPIVersion = 6.0.0
22
connectorJVersion = 3.5.3
33
junitVersion = 5.13.4
44

5-
repositoryURL = https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2
65
projectDescription = Lightweight REST for Java
76
projectURL = https://github.com/HTTP-RPC/Kilo
87
licenseName = The Apache License, Version 2.0

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kilo-client/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ dependencies {
3636
publishing {
3737
repositories {
3838
maven {
39-
url = "${repositoryURL}"
40-
4139
credentials {
4240
username = project.properties['centralPortalUsername'] ?: ''
4341
password = project.properties['centralPortalPassword'] ?: ''

kilo-server/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ dependencies {
3535
publishing {
3636
repositories {
3737
maven {
38-
url = "${repositoryURL}"
39-
4038
credentials {
4139
username = project.properties['centralPortalUsername'] ?: ''
4240
password = project.properties['centralPortalPassword'] ?: ''

0 commit comments

Comments
 (0)