Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpwnn committed Sep 28, 2021
1 parent 5b4ae51 commit b38a110
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,25 @@ jar {
}
}

configurations {
trans {
extendsFrom(implementation)
canBeConsumed(true)
canBeResolved(true)
}
}

dependencies {
implementation 'systems.manifold:manifold-rt:2021.1.16'
implementation 'systems.manifold:manifold-ext-rt:2021.1.16'
trans 'systems.manifold:manifold-rt:2021.1.16'
trans 'systems.manifold:manifold-ext-rt:2021.1.16'
testAnnotationProcessor 'systems.manifold:manifold-ext:2021.1.16'
annotationProcessor 'systems.manifold:manifold-ext:2021.1.16'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
trans 'com.google.guava:guava:30.1.1-jre'
trans 'org.apache.commons:commons-lang3:3.12.0'
trans 'com.google.code.gson:gson:2.8.8'
trans 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
}

test {
Expand Down

0 comments on commit b38a110

Please sign in to comment.