Skip to content

Commit

Permalink
Change compile scope of Ares dependency in Gradle project (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ole-ve authored Mar 20, 2022
1 parent 5243715 commit 05a4519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ in the `dependencies` section.
For Gradle projects, include
[source,groovy]
----
implementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.0'
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:1.9.0'
----

in the `dependencies` section.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
mavenLocal()
}
dependencies {
implementation 'de.tum.in.ase:artemis-java-test-sandbox:+'
testImplementation 'de.tum.in.ase:artemis-java-test-sandbox:+'
}
def assignmentSrcDir = "src/test/java"
def studentOutputDir = sourceSets.main.java.destinationDirectory.get()
Expand Down

0 comments on commit 05a4519

Please sign in to comment.