Initial commit
This commit is contained in:
commit
77c8782026
20 changed files with 1292 additions and 0 deletions
15
build.gradle
Normal file
15
build.gradle
Normal file
|
@ -0,0 +1,15 @@
|
|||
buildscript {
|
||||
dependencies {
|
||||
classpath group: 'de.dynamicfiles.projects.gradle.plugins', name: 'javafx-gradle-plugin', version: '8.8.2'
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
||||
}
|
||||
apply plugin: 'java'
|
Loading…
Add table
Add a link
Reference in a new issue