Search Gradle plugins

com.innovenso.townplanner

Uses the Innovenso Townplanner to build a town plan model from the DSL in the project and exports to various formats

https://townplanner-be

Sources: https://bitbucket.org/innovenso/innovenso-townplanner-gradle-plugin/

Version 1.1.2

1.1.2

Created 22 November 2021.

Uses the Innovenso Townplanner to build a town plan model from the DSL in the project and exports to various formats

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.innovenso.townplanner") version "1.1.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.innovenso.townplanner:innovenso-townplanner-gradle-plugin:1.1.2")
      }
    }
    
    apply(plugin = "com.innovenso.townplanner")
  • Applying plugins to all subprojects .