mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
Fix for Gradle 7.6 compatibility
This commit is contained in:
parent
e4ca0fdab0
commit
cbd0ff0688
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ testing {
|
|||
functionalTest(JvmTestSuite) {
|
||||
dependencies {
|
||||
// functionalTest test suite depends on the production code in tests
|
||||
implementation project
|
||||
implementation(project(':plugin'))
|
||||
}
|
||||
|
||||
targets {
|
||||
|
|
Loading…
Reference in a new issue