Skip to content

Commit

Permalink
Merge pull request #9 from xtext/dependabot/gradle/net.researchgate-g…
Browse files Browse the repository at this point in the history
…radle-release-3.0.2

Bump net.researchgate:gradle-release from 2.8.1 to 3.0.2
  • Loading branch information
cdietrich authored Aug 14, 2024
2 parents d682e34 + eb9d7e2 commit 5b275e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:4.0.0'
classpath 'com.github.node-gradle:gradle-node-plugin:7.0.2'
classpath 'net.researchgate:gradle-release:2.8.1'
classpath 'net.researchgate:gradle-release:3.0.2'
}
}

Expand Down Expand Up @@ -126,8 +126,3 @@ release {
newVersionCommitMessage = '[release] new version commit: '
failOnSnapshotDependencies = false
}

// Workaround for issue https://github.com/researchgate/gradle-release/issues/144
task build {
dependsOn subprojects.findResults { it.tasks.findByName('build') }
}

0 comments on commit 5b275e7

Please sign in to comment.