Skip to content

Commit

Permalink
Merge pull request #491 from kieker-monitoring/KIEKER-1974
Browse files Browse the repository at this point in the history
KIEKER-1974 minor fix in examples.
  • Loading branch information
rju committed Jan 24, 2024
2 parents 53a12e9 + 48f8c6a commit ea4aee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ subprojects {
toolVersion = pmdVersion
ignoreFailures = true
consoleOutput = true
threads = 8
incrementalAnalysis = true
threads = 4
incrementalAnalysis = false

// Clear the rule set first. Otherwise we would have a lot of additional rules in our rule set.
ruleSets = []
Expand Down
2 changes: 2 additions & 0 deletions examples/analysis/trace-analysis/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
kiekerVersion=2.0.0-SNAPSHOT
libLogbackVersion = 1.1.7
libTeetimeVersion = 3.1.1

0 comments on commit ea4aee0

Please sign in to comment.