Core as module
This commit is contained in:
22
build.gradle
22
build.gradle
@@ -1,4 +1,4 @@
|
||||
allprojects {
|
||||
subprojects {
|
||||
apply plugin: 'java'
|
||||
|
||||
compileJava {
|
||||
@@ -40,23 +40,3 @@ allprojects {
|
||||
from configurations.compile + configurations.runtime - configurations.compile_excludeCopy
|
||||
}
|
||||
}
|
||||
|
||||
group 'mc'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
apply plugin: 'application'
|
||||
|
||||
mainClassName = "mc.core.Main"
|
||||
|
||||
ext {
|
||||
log4j_version = '2.5'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
/* Logger */
|
||||
runtime (group: 'org.apache.logging.log4j', name: 'log4j-core', version: log4j_version)
|
||||
runtime (group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: log4j_version)
|
||||
|
||||
/* Components */
|
||||
compile (group: 'commons-io', name: 'commons-io', version: '2.6')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user