Skip to content

Instantly share code, notes, and snippets.

@ElderMael
Last active November 12, 2016 23:34
Show Gist options
  • Save ElderMael/e5e2bd737659fdfe393b320656846b0e to your computer and use it in GitHub Desktop.
Save ElderMael/e5e2bd737659fdfe393b320656846b0e to your computer and use it in GitHub Desktop.
plugins {
id 'com.athaydes.ceylon' version '1.3.0'
}
ceylon {
module = 'io.eldermael.ceylon.boot'
}
repositories {
jcenter()
}
dependencies {
ceylonCompile "org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE", {
exclude group: "ch.qos.logback"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment