Base api works
This commit is contained in:
20
build.gradle
Normal file
20
build.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
plugins {
|
||||
// Apply the java plugin to add support for Java
|
||||
id 'java'
|
||||
|
||||
// Apply the application plugin to add support for building a CLI application.
|
||||
id 'application'
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "com.sparkjava:spark-core:2.8.0"
|
||||
}
|
||||
|
||||
application {
|
||||
mainClassName = 'tk.draganczuk.url.App'
|
||||
}
|
||||
Reference in New Issue
Block a user