Skip to content

Commit

Permalink
Build quality gates update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 23, 2024
1 parent 46912e0 commit bde5932
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,19 @@ apply from: "${project.scripts_url}/${project.scripts_branch}/release-commons.gr
apply from: "${project.scripts_url}/${project.scripts_branch}/signing.gradle"
apply from: "${project.scripts_url}/${project.scripts_branch}/jacoco.gradle"

project.ext.limits = [
'instruction': 70,
'branch' : 53,
'line' : 70,
'complexity' : 60,
'method' : 65,
'class' : 90
]

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'

repositories {
mavenCentral()
Expand Down

0 comments on commit bde5932

Please sign in to comment.