-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package run; | ||
|
||
class Prepare { | ||
public static void main(String... args) { | ||
Project.ofCurrentWorkingDirectory().prepare(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule bach
updated
13 files
+0 β157 | ModuleFinders.java | |
+73 β0 | ModuleLocator.java | |
+0 β14 | ModuleLookup.java | |
+13 β35 | ModuleResolver.java | |
+10 β1 | ToolFinder.java | |
+2 β12 | ToolInstaller.java | |
+7 β7 | info/MavenCoordinate.java | |
+41 β0 | info/PackageUrl.java | |
+20 β22 | internal/PathSupport.java | |
+6 β4 | workflow/Builder.java | |
+21 β21 | workflow/Preparer.java | |
+4 β9 | workflow/Structure.java | |
+3 β4 | workflow/Workflow.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters