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,8 @@
|
||||
package superpkg;
|
||||
|
||||
public class TargetB002 {
|
||||
|
||||
public static void m() {
|
||||
System.out.println("TargetB002.m() running");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user