Fixed compile errors
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
apply plugin: "java"
|
apply plugin: "java"
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
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{
|
public class Tests{
|
||||||
|
|
||||||
@Test
|
@BeforeEach
|
||||||
void testThings(){
|
void launchApplication(){
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user