Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from Hynse/dev
Browse files Browse the repository at this point in the history
version
  • Loading branch information
MidnightTale authored Apr 13, 2023
2 parents 1b0612c + 97d0333 commit 83a1405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ plugins {
id 'java'
}

def loader = 'paper'
def server = '1.19.4'
group = 'xyz.hynse'
version = '1.0-SNAPSHOT'
version = "1.0-${server}-${loader}"

repositories {
mavenCentral()
Expand Down

0 comments on commit 83a1405

Please sign in to comment.