This commit is contained in:
Emux
2021-03-27 19:37:53 +02:00
committed by GitHub
parent e1c24ee8cf
commit ef5f7acbdf
6 changed files with 17 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.13'
classpath 'org.gretty:gretty:3.0.3'
classpath 'gradle.plugin.org.gretty:gretty:3.0.3'
}
}