Add autobuild workind-directory test
This commit is contained in:
parent
b0c570ef83
commit
6f174084dd
4 changed files with 117 additions and 0 deletions
8
tests/java-repo/src/main/java/Main.java
Normal file
8
tests/java-repo/src/main/java/Main.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
class Main {
|
||||
public static void main(String args[]) {
|
||||
if (true) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue