mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-08 15:47:47 +00:00
Add a project for a cli application and update dependencies
This commit is contained in:
parent
87f7ebed74
commit
7d5bd8f812
8 changed files with 35 additions and 15 deletions
6
cli/build.gradle
Normal file
6
cli/build.gradle
Normal file
|
@ -0,0 +1,6 @@
|
|||
apply plugin: 'java-library'
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile "com.beust:jcommander:1.71"
|
||||
}
|
7
cli/src/main/java/me/impy/aegis/cli/Main.java
Normal file
7
cli/src/main/java/me/impy/aegis/cli/Main.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package me.impy.aegis.cli;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue