Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit de206b3

Browse files
committed
Fix missing CurseGradle plugin
1 parent 2ea38d6 commit de206b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ buildscript {
88
}
99
}
1010

11+
plugins {
12+
id 'com.matthewprenger.cursegradle' version '1.4.0'
13+
}
14+
1115
repositories {
1216
maven {
1317
url = uri("https://maven.pkg.github.com/refinedmods/refinedstorage")

0 commit comments

Comments
 (0)