mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Fixed compile errors
This commit is contained in:
parent
f0870b3236
commit
34715b1e06
@ -1,4 +1,3 @@
|
||||
apply plugin: "java"
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
|
@ -1,9 +1,9 @@
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
|
||||
public class Tests{
|
||||
|
||||
@Test
|
||||
void testThings(){
|
||||
@BeforeEach
|
||||
void launchApplication(){
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user