inital commit кек
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
apply plugin: 'application'
|
||||
|
||||
mainClassName = 'com.cbe.cbecc.Main'
|
||||
|
||||
dependencies {
|
||||
implementation project(':modules:core')
|
||||
implementation project(':modules:loader')
|
||||
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
|
||||
}
|
||||
|
||||
application {
|
||||
applicationName = 'cbecc'
|
||||
}
|
||||
|
||||
task runDemo(type: JavaExec) {
|
||||
classpath = sourceSets.main.runtimeClasspath
|
||||
mainClass = 'com.cbe.cbecc.DemoMain'
|
||||
workingDir = rootProject.projectDir
|
||||
}
|
||||
Reference in New Issue
Block a user