Use org.gretty instead of org.akhikhl.gretty maven repository (#780)

This commit is contained in:
Izumi Kawashima 2020-08-30 23:45:07 +09:00 committed by Emux
parent 0a374bc635
commit 1ddba0fe8f
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3
2 changed files with 4 additions and 4 deletions

View File

@ -4,13 +4,13 @@ buildscript {
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.13'
classpath 'org.akhikhl.gretty:gretty:2.0.0'
classpath 'org.gretty:gretty:3.0.3'
}
}
apply plugin: 'gwt'
apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'
apply plugin: 'org.gretty'
sourceSets {
main.java.srcDirs = ['src']

View File

@ -4,13 +4,13 @@ buildscript {
}
dependencies {
classpath 'org.wisepersist:gwt-gradle-plugin:1.0.13'
classpath 'org.akhikhl.gretty:gretty:2.0.0'
classpath 'org.gretty:gretty:3.0.3'
}
}
apply plugin: 'gwt'
apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'
apply plugin: 'org.gretty'
sourceSets {
main.java.srcDirs = ['src']