Skip to content

Commit

Permalink
Prepare version 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lacasse <[email protected]>
  • Loading branch information
lacasseio committed Jul 10, 2024
1 parent adc8a0b commit 92163f3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:jbake-version: 1.7.2
:jbake-version: 1.8.0
// TODO: Add test for the version above
= Gradle Plugin Development Toolbox

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
allprojects {
group = 'dev.gradleplugins'
}
version = '1.7.2'
version = '1.8.0'

// Configure javadoc
allprojects {
Expand Down Expand Up @@ -45,4 +45,4 @@ tasks.register('check') {
group = 'verification'
dependsOn(gradle.includedBuild('testProjects').task(":groovy-gradle-plugin:check"))
dependsOn(gradle.includedBuild('testProjects').task(":java-gradle-plugin:check"))
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

description = 'Gradle plugin development plugins test fixtures.'
version = '1.7.2'
version = '1.8.0'

dependencies {
compileOnly gradleApi(minimumGradleVersion)
Expand All @@ -27,4 +27,4 @@ sourceSets.main {
options.compilerArgs.add('-AbasePath=' + file('testProjects'))
inputs.files(fileTree('testProjects').include('**/*.java', '**/*.groovy'))
}
}
}
2 changes: 1 addition & 1 deletion subprojects/gradle-plugin-development/README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:jbake-version: 1.7.2
:jbake-version: 1.8.0
= Gradle Plugin Development Plugins

The Gradle plugin development plugins are a set of plugins accelerating Gradle plugin development.
Expand Down
2 changes: 1 addition & 1 deletion subprojects/gradle-plugin-development/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'dev.gradleplugins.gradle-plugin-unit-test'
apply plugin: 'dev.gradleplugins.gradle-plugin-functional-test'

description = 'Gradle plugin development plugins.'
version = '1.7.2'
version = '1.8.0'

gradlePlugin {
plugins {
Expand Down

0 comments on commit 92163f3

Please sign in to comment.