Fix for Gradle 7.6 compatibility

This commit is contained in:
Alexis Tual 2022-11-29 12:34:32 +01:00
parent e4ca0fdab0
commit cbd0ff0688
No known key found for this signature in database
GPG key ID: 04B211FB33792217

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 {