File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ buildParameters {
8282}
8383
8484pluginPublishConventions {
85- id(" ${project.group} .internal.gradlex-build-conventions " )
85+ id(" ${project.group} .${project.name} " )
8686 implementationClass(" org.gradlex.conventions.plugin.GradleXPluginConventionsPlugin" )
8787 displayName(" Conventions for building Gradle plugins" )
8888 description(" Conventions for building Gradle plugins used by all projects in the GradleX organisation." )
@@ -98,4 +98,9 @@ pluginPublishConventions {
9898 name = " Jendrik Johannes"
9999100100 }
101+ developer {
102+ id = " ljacomet"
103+ name = " Louis Jacomet"
104+ 105+ }
101106}
Original file line number Diff line number Diff line change 1- rootProject.name = " plugin-publish-conventions"
2-
31plugins {
42 id(" com.gradle.develocity" ) version " 4.2.2"
53 id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 2.4.0"
64}
75
6+ rootProject.name = " internal-build-conventions"
7+
88dependencyResolutionManagement {
99 repositories.gradlePluginPortal()
1010}
You can’t perform that action at this time.
0 commit comments