mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-18 22:08:57 +08:00
Rename 'basic' sample to 'groovy-dsl'
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package basic;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class BasicTest {
|
||||
@Test
|
||||
public void test() {
|
||||
assert true;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user