Skip to content

Commit

Permalink
Remove Licensor until configured properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Jun 14, 2024
1 parent ae65645 commit b85592a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ plugins {
id("maven-publish")
id("com.github.johnrengelman.shadow") version "8.1.1"
id("fabric-loom") version "1.6-SNAPSHOT" apply false
id("org.cadixdev.licenser") version "0.6.1" apply false
}

subprojects {

apply(plugin = "java-library")
apply(plugin = "java")
apply(plugin = "com.github.johnrengelman.shadow")
apply(plugin = "org.cadixdev.licenser")
apply(plugin = "maven-publish")

version = property("tnil_version")!!
Expand Down

0 comments on commit b85592a

Please sign in to comment.