Update build.gradle.kts

This commit is contained in:
Telesphoreo 2022-04-12 16:45:30 -05:00
parent 45236ae3fa
commit 4537218057
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@ plugins {
`maven-publish` `maven-publish`
} }
group "dev.plex" group = "dev.plex"
version "0.1" version = "0.1"
description = "Plex-BukkitTelnet"
repositories { repositories {
mavenCentral() mavenCentral()