chore: set ID and version

This commit is contained in:
Timo Ley 2022-12-22 17:24:38 +01:00
parent e00be36154
commit 3eb264880c
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ apply plugin: 'maven-publish'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
version = "1.0"
group= "modgroup"
archivesBaseName = "modid"
version = "2.0pr7-dirty"
group= "com.eloraam.redpower"
archivesBaseName = "redpower"
minecraft {
version = "1.7.10-10.13.4.1614-1.7.10"