mirror of https://github.com/beemdevelopment/Aegis
Add a project for a cli application and update dependencies
parent
87f7ebed74
commit
7d5bd8f812
@ -0,0 +1,6 @@
|
||||
apply plugin: 'java-library'
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile "com.beust:jcommander:1.71"
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
package me.impy.aegis.cli;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
#Sun Aug 21 21:51:34 CEST 2016
|
||||
#Sun Dec 10 23:08:10 CET 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
|
||||
|
@ -1 +1 @@
|
||||
include ':app'
|
||||
include ':app', ':cli'
|
||||
|
Loading…
Reference in New Issue