Skip to content

Commit

Permalink
Updated examples in preparation of the 1.4.x release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed Dec 30, 2020
1 parent 2477266 commit aae8d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/minecraft_fabric_loom_gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {

id 'fabric-loom' version '0.5-SNAPSHOT'
id "com.diluv.diluvgradle" version "1.3.0"
id "com.diluv.diluvgradle" version "1.4.0"
}

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion examples/minecraft_forge_gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
dependencies {

classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
classpath group: 'gradle.plugin.com.diluv.diluvgradle', name: 'DiluvGradle', version: '1.3.0'
classpath group: 'gradle.plugin.com.diluv.diluvgradle', name: 'DiluvGradle', version: '1.4.0'
}
}

Expand Down

0 comments on commit aae8d2c

Please sign in to comment.