mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 07:21:46 +00:00
fix
This commit is contained in:
parent
1024c54bfa
commit
0f5fd28c36
|
@ -32,7 +32,7 @@ dependencies {
|
|||
|
||||
application {
|
||||
// Define the main class for the application.
|
||||
mainClass = 'com.catswords.caterpillar.App'
|
||||
mainClass = 'com.github.gnh1201.caterpillar.App'
|
||||
}
|
||||
|
||||
tasks.named('test') {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.catswords.caterpillar;
|
||||
package com.github.gnh1201.caterpillar;
|
||||
|
||||
public class App {
|
||||
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.DataOutputStream;
|
|
@ -1,4 +1,4 @@
|
|||
package com.catswords.caterpillar;
|
||||
package com.github.gnh1201.caterpillar;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
Loading…
Reference in New Issue
Block a user