configure gitignore
This commit is contained in:
@@ -32,5 +32,5 @@ java {
|
|||||||
|
|
||||||
application {
|
application {
|
||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
mainClass = 'cn.naipu.App'
|
mainClass = 'cn.naipu.MiraiTris.App'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This source file was generated by the Gradle 'init' task
|
* This source file was generated by the Gradle 'init' task
|
||||||
*/
|
*/
|
||||||
package app.src.main.java.cn.naipu;
|
package app.src.main.java.cn.naipu.MiraiTris;
|
||||||
|
|
||||||
public class App {
|
public class App {
|
||||||
public String getGreeting() {
|
public String getGreeting() {
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* This source file was generated by the Gradle 'init' task
|
* This source file was generated by the Gradle 'init' task
|
||||||
*/
|
*/
|
||||||
package app.src.test.java.cn.naipu;
|
package app.src.test.java.cn.naipu.MiraiTris;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.*;
|
||||||
import app.src.main.java.cn.naipu.App;
|
import app.src.main.java.cn.naipu.MiraiTris.App;
|
||||||
|
|
||||||
public class AppTest {
|
public class AppTest {
|
||||||
@Test public void appHasAGreeting() {
|
@Test public void appHasAGreeting() {
|
||||||
Reference in New Issue
Block a user