Skip to content

Commit

Permalink
Version 0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamebuster19901 committed Oct 20, 2021
1 parent b8e4ee3 commit 713b9c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id 'application'
id 'java-library'
id 'eclipse'
id 'com.github.johnrengelman.shadow' version "7.0.0"
Expand All @@ -11,6 +12,14 @@ repositories {
mavenCentral()
}

version = "0.2.0.0"
group = "com.wildermods"
archivesBaseName = "wilderworkspace"

application {
mainClass = 'com.wildermods.workspace.Main'
}

sourceCompatibility = '16'
targetCompatibility = '16'

Expand Down

0 comments on commit 713b9c4

Please sign in to comment.