Skip to content

Commit

Permalink
convert extra buildscript logic to kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Apr 19, 2024
1 parent 54c4b76 commit 9185138
Show file tree
Hide file tree
Showing 11 changed files with 359 additions and 437 deletions.
6 changes: 3 additions & 3 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id("java-gradle-plugin")
`kotlin-dsl`
}

repositories {
mavenLocal()
mavenCentral()
maven("https://maven.fabricmc.net/")
maven("https://maven.architectury.dev/")
maven("https://maven.minecraftforge.net/")
maven("https://maven.neoforged.net/releases")
maven("https://maven.firstdarkdev.xyz/releases")
gradlePluginPortal()
}
Expand Down Expand Up @@ -45,7 +45,7 @@ gradlePlugin {

create("postprocessor") {
id = "postprocessor"
implementationClass = "JarPostProcessorPlugin"
implementationClass = "JarPostprocessorPlugin"
}
}
}
125 changes: 0 additions & 125 deletions buildSrc/src/main/java/JarPostProcessorPlugin.java

This file was deleted.

116 changes: 0 additions & 116 deletions buildSrc/src/main/java/PlatformPlugin.java

This file was deleted.

63 changes: 0 additions & 63 deletions buildSrc/src/main/java/PropertiesPlugin.java

This file was deleted.

Loading

0 comments on commit 9185138

Please sign in to comment.