Skip to content

Commit

Permalink
Fix gradle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Dec 7, 2024
1 parent 40c6716 commit c6acb3d
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 613 deletions.
65 changes: 0 additions & 65 deletions CREDITS.txt

This file was deleted.

16 changes: 0 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
plugins {
id 'net.neoforged.gradleutils' version '3.0.0' apply false
id 'com.diffplug.spotless' version '6.22.0' apply false
id 'net.neoforged.licenser' version '0.7.5'
id 'neoforge.formatting-conventions'
}

apply plugin: 'net.neoforged.gradleutils'
Expand Down Expand Up @@ -36,18 +34,4 @@ sourceSets {
srcDirs = []
}
}
}

// Put licenser here otherwise it tries to license all source sets including decompiled MC sources
license {
header = file('codeformat/HEADER.txt')
skipExistingHeaders = true
tasks {
neoforge {
// Add all NeoForge sources
files.from rootProject.fileTree("src", {
include "**/*.java"
})
}
}
}
94 changes: 0 additions & 94 deletions buildSrc/src/main/groovy/neoforge.formatting-conventions.gradle

This file was deleted.

1 change: 0 additions & 1 deletion codeformat/HEADER.txt

This file was deleted.

Loading

0 comments on commit c6acb3d

Please sign in to comment.