File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
10
10
dokka = " org.jetbrains.dokka:dokka-gradle-plugin:1.7.20"
11
11
android-plugin = " com.android.tools.build:gradle:7.3.1"
12
12
ktlint-plugin = " org.jlleitschuh.gradle:ktlint-gradle:11.0.0"
13
- maven-publish-plugin = " com.vanniktech:gradle-maven-publish-plugin:0.22 .0"
13
+ maven-publish-plugin = " com.vanniktech:gradle-maven-publish-plugin:0.23 .0"
14
14
buildconfig-plugin = " com.github.gmazzo:gradle-buildconfig-plugin:3.1.0"
15
15
16
16
kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ val integrationTest by tasks.registering(Test::class) {
76
76
maxHeapSize = " 2g"
77
77
jvmArgs(" --add-opens" , " java.base/java.util=ALL-UNNAMED" )
78
78
79
- systemProperty(" com.vanniktech.publish.version" , version .toString())
79
+ systemProperty(" com.vanniktech.publish.version" , project.property( " VERSION_NAME " ) .toString())
80
80
systemProperty(" testConfigMethod" , System .getProperty(" testConfigMethod" ))
81
81
82
82
beforeTest(
Original file line number Diff line number Diff line change 1
1
rootProject.name = " gradle-maven-publish-plugin"
2
2
3
+ pluginManagement {
4
+ repositories {
5
+ mavenCentral()
6
+ google()
7
+ gradlePluginPortal()
8
+ }
9
+ }
10
+
3
11
plugins {
4
12
id(" com.gradle.enterprise" ) version " 3.12.1"
5
13
}
You can’t perform that action at this time.
0 commit comments