This commit is contained in:
Steven Tracey 2022-04-25 20:01:06 -04:00
commit 19b52eaead

View File

@ -1,9 +1,10 @@
plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '5.2.0'
}
//mainClassName = 'net.nevet5.buzzbot.Bot'
mainClassName = 'net.nevet5.buzzbot.Bot'
group 'net.nevet5'
version '0.1.0'