Merge pull request #521 from gradle/atual/fix-gradle76

Fix for Gradle 7.6 compatibility
This commit is contained in:
Alexis Tual
2022-11-29 13:37:03 +01:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ testing {
functionalTest(JvmTestSuite) {
dependencies {
// functionalTest test suite depends on the production code in tests
implementation project
implementation(project(':plugin'))
}
targets {