mirror of
https://github.com/gradle/actions.git
synced 2025-04-28 13:49:18 +08:00
The `.github/workflows` directory has additional permissions attached, preventing these files from being by the Upgrade Gradle Wrapper plugin.
11 lines
129 B
Java
11 lines
129 B
Java
package basic;
|
|
|
|
import org.junit.Test;
|
|
|
|
public class BasicTest {
|
|
@Test
|
|
public void test() {
|
|
assert true;
|
|
}
|
|
}
|