mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Rename 'basic' sample to 'groovy-dsl'
This commit is contained in:
parent
21dee71590
commit
17f624cb5b
13 changed files with 9 additions and 9 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