Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AM7999 committed Jun 13, 2023
1 parent aae119f commit f84225d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'

version = '1.0'
group = 'com.yourname.modid'
archivesBaseName = 'modid'
version = '0.1.0'
group = 'net.AM7999.ths'
archivesBaseName = 'Thigh-High-Socks-Forge_1.19.2'

java.toolchain.languageVersion = JavaLanguageVersion.of(17)

Expand Down

0 comments on commit f84225d

Please sign in to comment.