Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
KlemenDEV committed Apr 25, 2021
1 parent cf62da8 commit 23ae7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge-1.14.4/workspacebase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = '1.0'
group = 'com.yourname.modid'
archivesBaseName = 'modid'

java.toolchain.languageVersion = JavaLanguageVersion.of(8)
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'

minecraft {
mappings channel: 'snapshot', version: '20190719-1.14.3'
Expand Down

0 comments on commit 23ae7c2

Please sign in to comment.