Updated external library versions to support gradle 8 (#1040)
This commit is contained in:
parent
72a93a0cc0
commit
1ee201a41f
@ -4,8 +4,8 @@ buildscript {
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.15'
|
||||
classpath 'org.gretty:gretty:4.0.0'
|
||||
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.19'
|
||||
classpath 'org.gretty:gretty:4.0.3'
|
||||
}
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@ gwt {
|
||||
}
|
||||
|
||||
farm {
|
||||
webapp draftWar.archivePath, contextPath: "/$name"
|
||||
webapp draftWar.getArchiveFile().get(), contextPath: "/$name"
|
||||
}
|
||||
|
||||
project.afterEvaluate {
|
||||
|
@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.15'
|
||||
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.19'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user