Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
amergey committed Jan 8, 2024
1 parent 4fce44f commit 72d226c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ buildscript {
plugins {
id 'java'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'org.ajoberstar.git-publish' version '3.0.1'
id 'org.ajoberstar.grgit' version '4.1.1'
id 'com.diffplug.spotless' version '5.1.1'
id 'net.researchgate.release' version '2.6.0'
id 'org.ajoberstar.git-publish' version '4.2.1'
id 'org.ajoberstar.grgit' version '5.2.1'
id 'com.diffplug.spotless' version '6.23.3'
id 'net.researchgate.release' version '3.0.2'
}

wrapper {
Expand Down Expand Up @@ -133,6 +133,9 @@ spotless {

release {
buildTasks = ['doRelease']
git {
requireBranch.set('master')
}
}

task doRelease {
Expand Down

0 comments on commit 72d226c

Please sign in to comment.