File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
junit-modular-world/src/build Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2015-2025 the original author or authors.
3
+ *
4
+ * All rights reserved. This program and the accompanying materials are
5
+ * made available under the terms of the Eclipse Public License v2.0 which
6
+ * accompanies this distribution and is available at
7
+ *
8
+ * https://www.eclipse.org/legal/epl-v20.html
9
+ */
10
+
11
+ // default package
12
+
1
13
public class Build {
2
14
public static void main (String [] args ) throws Exception {
3
15
var project = Project .ofCurrentWorkingDirectory ();
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2015-2025 the original author or authors.
3
+ *
4
+ * All rights reserved. This program and the accompanying materials are
5
+ * made available under the terms of the Eclipse Public License v2.0 which
6
+ * accompanies this distribution and is available at
7
+ *
8
+ * https://www.eclipse.org/legal/epl-v20.html
9
+ */
10
+
11
+ // default package
12
+
1
13
public class Compile {
2
14
public static void main (String [] args ) throws Exception {
3
15
Project .ofCurrentWorkingDirectory ().compile ();
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2015-2025 the original author or authors.
3
+ *
4
+ * All rights reserved. This program and the accompanying materials are
5
+ * made available under the terms of the Eclipse Public License v2.0 which
6
+ * accompanies this distribution and is available at
7
+ *
8
+ * https://www.eclipse.org/legal/epl-v20.html
9
+ */
10
+
11
+ // default package
12
+
1
13
import java .io .*;
2
14
import java .net .*;
3
15
import java .nio .file .*;
You can’t perform that action at this time.
0 commit comments