Skip to content

Commit

Permalink
add release.yml to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Merith-TK committed May 8, 2022
1 parent 86c1542 commit 5ae3950
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ plugins {
id "jacoco"
id "maven-publish"
id "com.github.hierynomus.license" version "0.16.1"
id "org.jetbrains.kotlin.jvm" version "1.5.21"
id 'fabric-loom' version '0.10-SNAPSHOT'
id "org.jetbrains.kotlin.jvm" version "1.6.0"
id 'fabric-loom' version '0.11-SNAPSHOT'
id "com.modrinth.minotaur" version "2.+"
id 'com.matthewprenger.cursegradle' version '1.4.0'
}

def javaVersion = JavaLanguageVersion.of(17)
Expand Down

0 comments on commit 5ae3950

Please sign in to comment.