Skip to content

Commit 7a8ce5c

Browse files
committed
Deploy maven
1 parent 2b66563 commit 7a8ce5c

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"libs/vespera-bridge/build.gradle.kts":"Patch"},"note":"Deploy","date":"2026-03-23T12:10:27.556301100Z"}

libs/vespera-bridge/build.gradle.kts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
plugins {
22
`java-library`
3-
id("com.vanniktech.maven.publish") version "0.30.0"
3+
id("com.vanniktech.maven.publish") version "0.36.0"
44
}
55

6-
group = "io.github.dev-five-git"
6+
group = "kr.devfive"
77
version = "0.0.4"
88

99
java {
1010
toolchain {
1111
languageVersion.set(JavaLanguageVersion.of(17))
1212
}
13+
withSourcesJar()
1314
}
1415

15-
tasks.withType<Javadoc> {
16+
tasks.withType<Javadoc>().configureEach {
1617
options.encoding = "UTF-8"
1718
(options as StandardJavadocDocletOptions).addStringOption("Xdoclint:none", "-quiet")
1819
}
1920

20-
tasks.withType<JavaCompile> {
21+
tasks.withType<JavaCompile>().configureEach {
2122
options.encoding = "UTF-8"
2223
}
2324

@@ -31,7 +32,7 @@ dependencies {
3132
}
3233

3334
mavenPublishing {
34-
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
35+
publishToMavenCentral(automaticRelease = true)
3536
signAllPublications()
3637

3738
coordinates(
-2 KB
Binary file not shown.

libs/vespera-bridge/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-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

libs/vespera-bridge/gradlew

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/vespera-bridge/gradlew.bat

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

0 commit comments

Comments
 (0)