Removed unused code, move to new package and fix loading of libraries from build directory

This commit is contained in:
2014-11-23 20:32:02 +00:00
parent 441cbedf0c
commit 15d864c4c4
24 changed files with 203 additions and 894 deletions

View File

@@ -1,8 +1,8 @@
apply plugin: 'java'
apply plugin: 'maven'
group = 'net.rubygrapefruit'
archivesBaseName = 'platform'
group = 'com.github.boukefalos'
archivesBaseName = 'jlibloader'
version = '0.1'
uploadArchives {