Skip to content

Commit

Permalink
Update sample version to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat authored and github-actions[bot] committed Jan 24, 2023
1 parent 1373dcf commit bd3c33b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/docs/samples/advanced/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}

play {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/basic/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// tag::use-plugin[]
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/configure-compiler/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// tag::plugin-definition[]
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}
// end::plugin-definition[]

Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/custom-distribution/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/multi-project/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/play-2.4/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/play-2.6/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}

play {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/play-platform/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/samples/source-sets/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.gradle.playframework' version '0.12'
id 'org.gradle.playframework' version '0.13'
}

repositories {
Expand Down

0 comments on commit bd3c33b

Please sign in to comment.