Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpwnn committed Sep 28, 2021
1 parent bf4e217 commit 37bc401
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
21 changes: 7 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,18 @@ jar {
}
}

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

dependencies {
trans 'systems.manifold:manifold-rt:2021.1.16'
trans 'systems.manifold:manifold-ext-rt:2021.1.16'
api 'systems.manifold:manifold-rt:2021.1.16'
implementation 'systems.manifold:manifold-rt:2021.1.16'
api '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'
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'
api 'com.google.guava:guava:30.1.1-jre'
api 'org.apache.commons:commons-lang3:3.12.0'
api 'com.google.code.gson:gson:2.8.8'
api 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
}

test {
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
*/

rootProject.name = 'Amulet'
include 'testproject'

0 comments on commit 37bc401

Please sign in to comment.