Advertisement
Guest User

Kore-API build.gradle

a guest
Jan 3rd, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. dependencies {
  2.     compile 'com.googlecode.json-simple:json-simple:1.1.1'
  3. }
  4.  
  5. shadowJar {
  6.     dependencies {
  7.         include(dependency('com.googlecode.json-simple:json-simple:1.1.1'))
  8.     }
  9. }
  10.  
  11. build.dependsOn(shadowJar)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement