We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 085b622 + 5f25d5f commit 905a68bCopy full SHA for 905a68b
build.gradle.kts
@@ -82,7 +82,7 @@ gradlePlugin {
82
// in the TestKit plugin classpath.
83
val localRepo = file("$buildDir/local-repo")
84
85
-val isProdPortal = System.getProperty("gradle.portal.url") != null
+val isProdPortal = System.getProperty("gradle.portal.url") == null
86
// The legacy groupId gradle.plugin.* is only allowed when the plugin
87
// has already been published
88
val pluginGroupId = if (isCI && isProdPortal) "gradle.plugin.org.gradle.android" else project.group
0 commit comments