ch.so.agi.interlis-repository-creator
The Gradle INTERLIS Repository Creator plugin creates an ilimodel.xml file from a bunch of INTERLIS models.
https://github.com/sogis/interlis-repository-creator
Sources: https://github.com/sogis/interlis-repository-creator.git
Version 1.3.17
1.3.17
Created 10 July 2022.
The Gradle INTERLIS Repository Creator plugin creates an ilimodel.xml file from a bunch of INTERLIS models.
Add this plugin to your build using the plugins DSL:
plugins {
id("ch.so.agi.interlis-repository-creator") version "1.3.17"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ch.so.agi:interlis-repository-creator:1.3.17") } } apply(plugin = "ch.so.agi.interlis-repository-creator")
- Applying plugins to all subprojects .