plugins {
id "us.ascendtech.gwt.classic" version "0.3.23"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.us.ascendtech:gwt-gradle:0.3.23"
}
}
apply plugin: "us.ascendtech.gwt.classic"
plugins {
id("us.ascendtech.gwt.classic") version "0.3.23"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.us.ascendtech:gwt-gradle:0.3.23")
}
}
apply(plugin = "us.ascendtech.gwt.classic")