1
0
Fork 0
mirror of https://github.com/ethauvin/chip-8.git synced 2025-04-24 08:27:10 -07:00

Removed version and group.

This commit is contained in:
Erik C. Thauvin 2020-08-24 00:38:28 -07:00
parent dc9bc73529
commit f110ba60a6

View file

@ -16,9 +16,6 @@ repositories {
maven { setUrl("https://plugins.gradle.org/m2") }
}
version = 0.3
group = "com.beust.chip8"
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
object This {