org.xtclang.xtc-plugin
Owner: lagergren
A plugin that teaches Gradle the XTC language. First step to language server debugging and IDE support.
Sources: https://github.com/xtclang/xvm
Version 0.4.5 (latest)
0.4.5
Created 30 April 2024.
A plugin that teaches Gradle the XTC language. First step to language server debugging and IDE support.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.xtclang.xtc-plugin") version "0.4.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.xtclang:xtc-plugin:0.4.5") } } apply(plugin = "org.xtclang.xtc-plugin")
- Applying plugins to all subprojects .