mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 18:01:07 +00:00
fix
This commit is contained in:
parent
1024c54bfa
commit
0f5fd28c36
|
@ -32,7 +32,7 @@ dependencies {
|
||||||
|
|
||||||
application {
|
application {
|
||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
mainClass = 'com.catswords.caterpillar.App'
|
mainClass = 'com.github.gnh1201.caterpillar.App'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named('test') {
|
tasks.named('test') {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package com.catswords.caterpillar;
|
package com.github.gnh1201.caterpillar;
|
||||||
|
|
||||||
public class App {
|
public class App {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
|
@ -1,4 +1,4 @@
|
||||||
package com.catswords.caterpillar;
|
package com.github.gnh1201.caterpillar;
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
import java.io.DataOutputStream;
|
import java.io.DataOutputStream;
|
|
@ -1,4 +1,4 @@
|
||||||
package com.catswords.caterpillar;
|
package com.github.gnh1201.caterpillar;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import static org.junit.jupiter.api.Assertions.*;
|
import static org.junit.jupiter.api.Assertions.*;
|
Loading…
Reference in New Issue
Block a user