@@ -12,3 +12,4 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
+/build
@@ -0,0 +1,8 @@
+apply plugin: 'java'
+
+dependencies {
+ compile fileTree(dir: 'libs', include: ['*.jar'])
+}
+sourceCompatibility = "1.7"
+targetCompatibility = "1.7"
@@ -0,0 +1,4 @@
+package com.knacki.lib.libirc;
+public class MyClass {