Build and push to nexus

This commit is contained in:
Steven Tracey 2022-08-11 14:32:20 -04:00
parent 4764f862ac
commit 5d3eaf2479
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ plugins {
mainClassName = 'tech.nevets.modbot.CoreBot'
group 'tech.nevets'
version '0.1.0'
version '0.1.0-beta'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

View File

@ -1,2 +1,2 @@
rootProject.name = 'ModularBot'
rootProject.name = 'ModBot'