Skip to content

Commit c354289

Browse files
chore(graph-support): prepare for graph-support release 0.12.0.
1 parent d5d3192 commit c354289

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

build-logic/convention/src/main/kotlin/com/autonomousapps/convention/DagpExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public abstract class DagpExtension(
4040

4141
private fun setupPublishingRepo() {
4242
// Don't validate because I don't want to wait 15min for my build to finish.
43-
mavenPublish.publishToMavenCentral(automaticRelease = true)
43+
mavenPublish.publishToMavenCentral(automaticRelease = true, validateDeployment = false)
4444
mavenPublish.signAllPublications()
4545

4646
// We set the version explicitly because it seems there may be a race condition bug otherwise.

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ kotlinDokka = "2.2.0"
3333
# Cannot be called kotlin-editor as it causes `libs.versions.kotlin.get()` to fail
3434
kotlineditor-core = "0.20"
3535
kotlineditor-relocated = "0.20.0"
36+
# 0.36.0 requires JDK 17
3637
mavenPublish = "0.35.0"
3738
metalava = "1.0.0-alpha14"
3839
moshi = "1.15.2"

graph-support/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("build-logic.lib.kotlin")
55
}
66

7-
version = "0.11.0"
7+
version = "0.12.0"
88

99
dagp {
1010
version(version)

0 commit comments

Comments
 (0)