-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from mhalbritter/mh/fix-139
Fix "Could not get unknown property 'metadataRoot' for root project"
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
tests/tck-build-logic/src/main/groovy/org.graalvm.internal.tck-base.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import org.graalvm.internal.tck.harness.TckExtension | ||
|
||
def testUtils = project.extensions.create("tck", TckExtension, project) | ||
TckExtension testUtils = project.extensions.create("tck", TckExtension, project) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters