mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-23 09:32:50 +00:00
3c3fdfcc0c
The `.github/workflows` directory has additional permissions attached, preventing these files from being by the Upgrade Gradle Wrapper plugin.
10 lines
129 B
Java
10 lines
129 B
Java
package basic;
|
|
|
|
import org.junit.Test;
|
|
|
|
public class BasicTest {
|
|
@Test
|
|
public void test() {
|
|
assert true;
|
|
}
|
|
}
|