gradle build
- remove checked-in jars (except the ones loaded by tests) - configure eclipse settings for STS
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package subpkg;
|
||||
|
||||
public class InvokerC {
|
||||
|
||||
public void run() {
|
||||
System.out.println("InvokerC.run() running");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user