File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1010** settings.gradle.kts**
1111``` kotlin
1212plugins {
13- id(" org.gradlex.internal.gradlex -build-conventions" ) version " 0.7"
13+ id(" org.gradlex.internal-build-conventions" ) version " 0.7"
1414}
1515```
1616
1717** build.gradle.kts**
1818``` kotlin
19- pluginPublishConventions {
20- id(" ${project.group} .${project.name} " )
21- implementationClass(" org.gradlex.buildparameters.BuildParametersPlugin" )
22- displayName(" Build Parameters Gradle Plugin" )
23- description(" Compile-safe access to parameters supplied to a Gradle build." )
24- tags(" gradlex" , " parameters" , " build parameters" )
19+ publishingConventions {
20+ pluginPortal(" ${project.group} .${project.name} " ) {
21+ implementationClass(" org.gradlex.buildparameters.BuildParametersPlugin" )
22+ displayName(" Build Parameters Gradle Plugin" )
23+ description(" Compile-safe access to parameters supplied to a Gradle build." )
24+ tags(" gradlex" , " parameters" , " build parameters" )
25+ }
2526 gitHub(" https://github.com/gradlex-org/build-parameters" )
2627 // ...
2728}
You can’t perform that action at this time.
0 commit comments