Search Gradle plugins

Version 1.0.2 (latest)

1.0.2

Created 16 April 2022.

Plugin which enables GUI Designer forms compilation.

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.file5.guidesigner") version "1.0.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.file5:intellij-idea-guidesigner-plugin:1.0.2")
      }
    }
    
    apply(plugin = "io.github.file5.guidesigner")
  • Applying plugins to all subprojects .