Vitaly Olegovitch
Vitaly Olegovitch

Reputation: 3547

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?

Upvotes: 1

Views: 164

Answers (1)

Quintesse
Quintesse

Reputation: 462

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!

Upvotes: 3

Related Questions