Use org.gretty
instead of org.akhikhl.gretty
maven repository (#780)
This commit is contained in:
parent
0a374bc635
commit
1ddba0fe8f
@ -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']
|
||||
|
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user