Skip to content

Commit

Permalink
build: remove Reckon & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 committed Aug 5, 2022
1 parent 09a1300 commit 59c886a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,23 @@ buildscript {
plugins {
id 'java'
id 'eclipse'
id 'org.ajoberstar.reckon' version '0.13.1'
id 'io.freefair.lombok' version '6.5.0.2'
id 'wtf.gofancy.fancygradle' version '1.+'
id 'net.galacticraft.gradle.changelog' version '1.0.0'
}

reckon {
scopeFromProp()
snapshotFromProp()
}

apply plugin: 'net.minecraftforge.gradle'
java.toolchain.languageVersion = JavaLanguageVersion.of(8)

group = "micdoodle8.mods.galacticraft"
archivesBaseName = "Galacticraft"

version = '4.0.3'

changelog {
fromTag('4.0.2.284')
}


repositories {
mavenCentral()
maven {
Expand Down

0 comments on commit 59c886a

Please sign in to comment.