mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-26 13:56:19 +08:00
Fix for Gradle 7.6 compatibility
This commit is contained in:
parent
e4ca0fdab0
commit
cbd0ff0688
@ -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…
x
Reference in New Issue
Block a user