Skip to content

Commit

Permalink
build(deps): update plugin version applied to self
Browse files Browse the repository at this point in the history
Remove dummy task that is not available via the updated plugin.
  • Loading branch information
stempler committed Mar 30, 2024
1 parent 39ff726 commit 92a7e2d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-gradle-plugin'
id 'groovy'
id 'com.gradle.plugin-publish' version "1.2.1"
id 'to.wetransform.semantic-release-version' version '1.0.0'
id 'to.wetransform.semantic-release-version' version '1.1.0'
}

repositories {
Expand Down Expand Up @@ -66,15 +66,3 @@ tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
gradleVersion = '8.6'
}

task('verifyReleaseVersion') {
//FIXME remove task once plugin could be updated

doLast {
def version = project.version

assert version
assert !version.endsWith('-SNAPSHOT')
// assert version =~ SEM_VER_REGEX
}
}

0 comments on commit 92a7e2d

Please sign in to comment.