Search code examples
mavengradlesbtceylon

Is it possible to use Ceylon with Maven and/or Gradle and/or SBT?


I see that Ceylon requires Ant and has its own build system.

Is it possible to compile Ceylon files inside common build tools?


Solution

  • See https://github.com/ceylon/ceylon-maven-plugin for information on the Maven plugin and https://github.com/renatoathaydes/ceylon-gradle-plugin for the Gradle plugin. Hope this helps!