You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/tck-build-logic/src/main/groovy/org/graalvm/internal/tck/harness/tasks/NativeTestCompileInvocationTask.java
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,26 @@
4
4
* You should have received a copy of the CC0 legalcode along with this
5
5
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
6
6
*/
7
-
packageorg.graalvm.internal.tck.harness.tasks
7
+
packageorg.graalvm.internal.tck.harness.tasks;
8
+
9
+
importjava.util.List;
8
10
9
11
/**
10
12
* Task that is used to compile native tests (Gradle 'nativeTestCompile') on subprojects.
0 commit comments