Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWin authored Apr 6, 2019
1 parent 45c9368 commit 9fe7f79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sonar.projectKey=resilience4j_resilience4j
sonar.projectName=resilience4j
sonar.projectVersion=0.15.0-SNAPSHOTS

sonar.modules=resilience4j-bulkhead,resilience4j-circuitbreaker,resilience4j-ratelimiter,resilience4j-spring-boot,resilience4j-spring-boot2,resilience4j-reactor,resilience4j-rxjava2

# =====================================================
# Meta-data for the project
# =====================================================
Expand All @@ -10,3 +12,17 @@ sonar.links.homepage=https://github.com/resilience4j/resilience4j
sonar.links.ci=https://travis-ci.org/resilience4j/resilience4j
sonar.links.scm=https://github.com/resilience4j/resilience4j
sonar.links.issue=https://github.com/resilience4j/resilience4j/issues

# =====================================================
# Java config
# =====================================================
sonar.java.source=1.8
sonar.sources=src/main/java
sonar.java.binaries=build
sonar.binaries=build

# Language
sonar.language=java

# Encoding of the source files
sonar.sourceEncoding=UTF-8

0 comments on commit 9fe7f79

Please sign in to comment.