Rename test projects for jps plugin. Do not lowercase first letter in project name
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import test.*;
|
||||
class A {
|
||||
public static void main(String[] args) {
|
||||
new Foo().foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user