Skip to content

Commit

Permalink
Change group and artifact id to be more inline with the rest of the p…
Browse files Browse the repository at this point in the history
…rojects
  • Loading branch information
Geolykt committed Oct 31, 2021
1 parent 0526b70 commit 6e6f982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
id "org.beryx.jlink" version "2.24.2"
}

group 'de.geolykt'
def archivesBaseName = 'starloader'
group 'de.geolykt.starloader'
def archivesBaseName = 'launcher'
version '3.0.0'

// Our classloader require Java9+ in order to work, but since noone should be using Java 9 and 10, it was bumped all the way to Java 11
Expand Down

0 comments on commit 6e6f982

Please sign in to comment.