add-gradle project #1

Merged
Ardakaz merged 7 commits from add-gradle into main 2026-06-27 09:33:29 +00:00
Showing only changes of commit 4b4063701f - Show all commits

View File

@@ -0,0 +1,12 @@
package net.ardakaz.griefalert;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class GriefAlertTest {
@Test
public void placeholderTest() {
assertTrue(false);
}
}