Skip to content

Commit

Permalink
Migrate to using the architect plugin
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <daniel@shedaniel.me>
  • Loading branch information
shedaniel committed Oct 3, 2020
1 parent 33614d7 commit 4b14569
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 257 deletions.
35 changes: 0 additions & 35 deletions architectPlugin/build.gradle

This file was deleted.

6 changes: 0 additions & 6 deletions architectPlugin/settings.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.util.zip.ZipInputStream
import java.util.zip.ZipOutputStream

plugins {
id "me.shedaniel.plugin.architect"
id "architect-plugin" version "1.0.6"
id "org.jetbrains.gradle.plugin.idea-ext" version "0.7"
}

Expand All @@ -30,7 +30,7 @@ architect {

allprojects {
apply plugin: "java"
apply plugin: "me.shedaniel.plugin.architect"
apply plugin: "architect-plugin"

group "me.shedaniel"
archivesBaseName = rootProject.name
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
minecraft("net.minecraftforge:forge:${rootProject.architect.minecraft}-${project.forge_version}")
implementation(fg.deobf("me.shedaniel.cloth:cloth-config-forge:${rootProject.cloth_config_forge}"))

compile(project(path: ":common", configuration: "mcp")) {
compile(project(path: ":common", configuration: "mcpGenerateMod")) {
transitive = false
}
shadow(project(path: ":common", configuration: "mcp")) {
Expand Down
5 changes: 2 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven { url "https://dl.bintray.com/shedaniel/cloth" }
gradlePluginPortal()
}
}

includeBuild("architectPlugin")

rootProject.name="light-overlay"
rootProject.name = "light-overlay"

include("common")
include("fabric")
Expand Down

0 comments on commit 4b14569

Please sign in to comment.