File tree Expand file tree Collapse file tree
build-logic/convention/src/main/kotlin/com/autonomousapps/convention Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
3434kotlineditor-core = " 0.20"
3535kotlineditor-relocated = " 0.20.0"
36+ # 0.36.0 requires JDK 17
3637mavenPublish = " 0.35.0"
3738metalava = " 1.0.0-alpha14"
3839moshi = " 1.15.2"
Original file line number Diff line number Diff 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
99dagp {
1010 version(version)
You can’t perform that action at this time.
0 commit comments