Skip to content

Commit

Permalink
Add Teamscale JaCoCo-Agent Denpendency (#65)
Browse files Browse the repository at this point in the history
* Add Testwise Coverage Plugin Dependency and upgrade Ares

* Upgrade Ares version for Maven

* Remove unneded gradle configuration
  • Loading branch information
ole-ve authored Apr 6, 2022
1 parent 9c57183 commit 6bd7833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion artemis-java-template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
id 'pmd'
id 'com.github.spotbugs' version '5.0.6'
id 'maven-publish'
id 'com.teamscale' version '23.0.0'
}

repositories {
Expand All @@ -12,7 +13,7 @@ repositories {
}

dependencies {
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.1'
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.2'
implementation 'org.apache.commons:commons-lang3:3.12.0'
}

Expand Down
2 changes: 1 addition & 1 deletion artemis-java-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>de.tum.in.ase</groupId>
<artifactId>artemis-java-test-sandbox</artifactId>
<version>1.9.1</version>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 6bd7833

Please sign in to comment.