Skip to content

Commit

Permalink
Upgraded gwt version to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Jul 11, 2024
1 parent c1c7544 commit 6845433
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ subprojects {
targetCompatibility = 1.8

dependencies {
implementation 'com.google.gwt:gwt-user:2.10.0'
implementation 'org.gwtproject:gwt-user:2.11.0'
}
}
2 changes: 1 addition & 1 deletion examples/compile-only/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
ext.userHome = System.getProperty("user.home")

gwt {
gwtVersion = '2.10.0'
gwtVersion = '2.11.0'
minHeapSize = "512M"
maxHeapSize = "1024M"

Expand Down
2 changes: 1 addition & 1 deletion examples/compile-to-maven-repo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
repositories { mavenCentral() }

gwt {
gwtVersion = '2.10.0'
gwtVersion = '2.11.0'
minHeapSize = "512M"
maxHeapSize = "1024M"
modules 'org.docstr.gradle.plugins.gwt.example.Example'
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ war {
}

gwt {
gwtVersion = '2.10.0'
gwtVersion = '2.11.0'
minHeapSize = "512M"
maxHeapSize = "1024M"

Expand Down
2 changes: 1 addition & 1 deletion examples/library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'eclipse'
repositories { mavenCentral() }

gwt {
gwtVersion='2.10.0'
gwtVersion='2.11.0'
minHeapSize = "512M"
maxHeapSize = "1024M"
}
2 changes: 1 addition & 1 deletion examples/simple-war/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'eclipse'
repositories { mavenCentral() }

gwt {
gwtVersion='2.10.0'
gwtVersion='2.11.0'
minHeapSize = "512M"
maxHeapSize = "1024M"

Expand Down
2 changes: 1 addition & 1 deletion examples/super-dev-mode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
}

gwt {
gwtVersion = '2.10.0'
gwtVersion = '2.11.0'
minHeapSize = "512M"
maxHeapSize = "1024M"

Expand Down
4 changes: 2 additions & 2 deletions examples/testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ targetCompatibility = '1.6'
repositories { mavenCentral() }

dependencies {
testImplementation 'com.google.gwt:gwt-dev:2.10.0'
testImplementation 'org.gwtproject:gwt-dev:2.11.0'
testImplementation group: 'junit', name: 'junit', version: '[4.11,5.0['
}

gwt {
gwtVersion='2.10.0'
gwtVersion='2.11.0'
minHeapSize = "512M"
maxHeapSize = "1024M"
}
2 changes: 1 addition & 1 deletion examples/war-using-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
}

gwt {
gwtVersion='2.10.0'
gwtVersion='2.11.0'
minHeapSize = "512M"
maxHeapSize = "1024M"

Expand Down

0 comments on commit 6845433

Please sign in to comment.