mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-08 01:06:12 +02:00
Test java-toolchain cache
This commit is contained in:
parent
c208b4c1f7
commit
c61f5d87b4
9 changed files with 366 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
package basic;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class BasicTest {
|
||||
@Test
|
||||
public void test() {
|
||||
assert true;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue