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

Commit f9b0dfd

Browse files
author
xtexChooser
committed
build: bump to indra 2.2.0
1 parent 53f4b04 commit f9b0dfd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ buildscript {
1111
plugins {
1212
id 'fabric-loom' version '1.0-SNAPSHOT'
1313
id 'org.jetbrains.kotlin.jvm' version '1.7.10'
14-
id 'net.kyori.indra.license-header' version '2.1.1'
15-
id 'net.kyori.indra.git' version '2.1.1'
14+
id 'net.kyori.indra' version '2.2.0'
15+
id 'net.kyori.indra.license-header' version '2.2.0'
16+
id 'net.kyori.indra.git' version '2.2.0'
1617
id 'com.modrinth.minotaur' version '2.4.4'
1718
id 'maven-publish'
1819
}
@@ -70,10 +71,6 @@ compileKotlin {
7071
}
7172
}
7273

73-
java {
74-
withSourcesJar()
75-
}
76-
7774
jar {
7875
from('LICENSE') {
7976
rename { "${it}_${project.name}" }

0 commit comments

Comments
 (0)