Skip to content

Use java code to compile maven or gradle projects. And export a complate dependencies list.

Notifications You must be signed in to change notification settings

Leo0426/compiler-maven-gradle-in-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compiler maven or gradle project in java code.

feature

  • use command line parameter support, use '-h' to show detail;
  • get project type automatic by default;
  • internal compilation of gradle/maven projects;
  • automatic analysis of dependencies list information, export complete dependency list to the execution path by default;
  • supports a complete log system, the output of info and error log information is enabled by default;

compile

./gradlew build

package

./gradlew shadowJar

About

Use java code to compile maven or gradle projects. And export a complate dependencies list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages