Skip to content

Conversation

@autonomousapps
Copy link
Owner

This avoids use of project.getGroup() from ProjectDerivedCapability.

…name.

This avoids use of project.getGroup() from ProjectDerivedCapability.
Comment on lines 304 to 314
private fun Capability.toGA() = "$group:$name".intern()
// TODO(tsr) cleanup
private fun Capability.toGA(): String {
return name
// return "$group:$name".intern()
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this works, it makes my life a lot easier.

@github-actions
Copy link

Job Summary for Gradle

Test :: gradle
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
build-logic buildHealth 9.0.0 Build Scan not published
build-logic check 9.0.0 Build Scan not published
dependency-analysis-gradle-pl…
buildHealth 9.0.0 Build Scan published
testkit buildHealth 9.0.0 Build Scan published
dependency-analysis-gradle-pl…
check 9.0.0 Build Scan published
testkit check 9.0.0 Build Scan published
dependency-analysis-gradle-pl…
:functionalTest 9.0.0 Build Scan published

@github-actions
Copy link

Job Summary for Gradle

Test :: gradle
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
build-logic buildHealth 9.0.0 Build Scan not published
build-logic check 9.0.0 Build Scan not published
dependency-analysis-gradle-pl…
buildHealth 9.0.0 Build Scan published
testkit buildHealth 9.0.0 Build Scan published
dependency-analysis-gradle-pl…
check 9.0.0 Build Scan published
testkit check 9.0.0 Build Scan published
dependency-analysis-gradle-pl…
:functionalTest 9.0.0 Build Scan published

@github-actions
Copy link

Job Summary for Gradle

Test :: gradle
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
build-logic buildHealth 9.0.0 Build Scan not published
build-logic check 9.0.0 Build Scan not published
dependency-analysis-gradle-pl…
buildHealth 9.0.0 Build Scan published
testkit buildHealth 9.0.0 Build Scan published
dependency-analysis-gradle-pl…
check 9.0.0 Build Scan published
testkit check 9.0.0 Build Scan published
dependency-analysis-gradle-pl…
:functionalTest 9.0.0 Build Scan published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant