Skip to content

Commit

Permalink
#1 Setup Project - PIT
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinacupac committed Apr 29, 2022
1 parent b493030 commit af2baf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ plugins {
id 'info.solidsoft.pitest' version '1.7.4'
}

pitest {
junit5PluginVersion = '0.15'
}

group = 'com.optivem'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '17'
Expand Down

0 comments on commit af2baf2

Please sign in to comment.