Skip to content

Commit

Permalink
Update to latest pitest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jun 3, 2023
1 parent 72d6967 commit dcfa053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ plugins {
id 'maven-publish'
// https://github.com/researchgate/gradle-release
id 'net.researchgate.release' version '3.0.2'
// https://github.com/Codearte/gradle-nexus-staging-plugin
id 'io.codearte.nexus-staging' version '0.30.0'

// https://gradle-pitest-plugin.solidsoft.info/
id 'info.solidsoft.pitest' version '1.7.4'
id 'info.solidsoft.pitest' version '1.9.11'
}

apply plugin: 'de.thetaphi.forbiddenapis'
Expand Down

0 comments on commit dcfa053

Please sign in to comment.