Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 8, 2024
1 parent 606116b commit ad3c505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply from: "${scripts_url}/${scripts_branch}/release-commons.gradle"
apply from: "${scripts_url}/${scripts_branch}/signing.gradle"
apply from: "${scripts_url}/${scripts_branch}/jacoco.gradle"

ext.limits = [
project.ext.limits = [
'instruction': 70,
'branch' : 53,
'line' : 75,
Expand Down Expand Up @@ -85,7 +85,7 @@ wrapper {

processResources {
filesMatching('agent.properties') {
expand(properties)
expand(project.properties)
}
}

Expand Down

0 comments on commit ad3c505

Please sign in to comment.