Skip to content

Commit

Permalink
Remove ASM from shadow jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon5550 committed Feb 1, 2015
1 parent 5d0ccc8 commit 9955aa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ uploadArchives {
description 'Implementation of VoxelSniper for Bukkit'
url 'http://voxelmodpack.com/'
scm {
url 'https://github.com/tvpt/voxelgunsmith'
url 'https://github.com/tvpt/voxelsniper'
connection 'git'
developerConnection 'git@github.com:tvpt/VoxelSniper-Bukkit.git'
}
Expand Down Expand Up @@ -210,7 +210,6 @@ shadowJar {
include(dependency('com.voxelplugineering:VoxelGunsmith:7.0.0-SNAPSHOT'))
include(dependency('com.thevoxelbox:VisualScripting:0.2.7-SNAPSHOT'))
include(dependency('com.google.code.gson:gson:2.3'))
include(dependency('org.ow2.asm:asm-all:5.0.3'))
}
}

Expand Down

0 comments on commit 9955aa0

Please sign in to comment.