Skip to content

Commit

Permalink
Update build for 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
irtimaled committed Feb 1, 2019
1 parent bc5da28 commit f3edaee
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,7 +7,7 @@ buildscript {
maven { url 'https://files.minecraftforge.net/maven' }
}
dependencies {
classpath "com.github.Irtimaled:ForgeGradle:jitpack-SNAPSHOT"
classpath "com.github.Irtimaled:ForgeGradle:1.13.2-SNAPSHOT"
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
}
Expand All @@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'org.spongepowered.mixin'
apply plugin: 'maven-publish'

def mcVersion = '1.13.1'
def mcVersion = '1.13.2'
group 'com.irtimaled'
version "1.0.4-beta3-$mcVersion"
archivesBaseName = 'BBOutlineReloaded'
Expand Down

0 comments on commit f3edaee

Please sign in to comment.