mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
Merge pull request #521 from gradle/atual/fix-gradle76
Fix for Gradle 7.6 compatibility
This commit is contained in:
commit
dbca794d9a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ testing {
|
||||||
functionalTest(JvmTestSuite) {
|
functionalTest(JvmTestSuite) {
|
||||||
dependencies {
|
dependencies {
|
||||||
// functionalTest test suite depends on the production code in tests
|
// functionalTest test suite depends on the production code in tests
|
||||||
implementation project
|
implementation(project(':plugin'))
|
||||||
}
|
}
|
||||||
|
|
||||||
targets {
|
targets {
|
||||||
|
|
Loading…
Reference in a new issue