Skip to content

Commit

Permalink
RRO-959 - clean up build definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogerboss committed Oct 17, 2021
1 parent c85233c commit 4e0fc29
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 46 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
distribution
build/**
buildSrc/build
components/**/build
meta.ini
Expand All @@ -9,10 +8,8 @@ meta.ini
*ipr
*iws
userSetup.gradle
.kotlintest
Reqtificator/**
Scripts/**
SkyProc Patchers/**
Interface/**
components/**/bin
components/**/obj
Expand Down
4 changes: 0 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ This mod is published on NexusMods:
)
papyrusFailFast = false
csharpWarningsAsErrors = true
reqtificatorBuildDir = file("S:\\MO-Skyrim\\mods\\SkyProcBuild")
bsArch = file("S:\\bsarch.exe")
}

Expand All @@ -64,9 +63,6 @@ This mod is published on NexusMods:
* If set to false, code analysis warnings will be emitted on the console, but the build will still succeed.
This setting only applies to the `assemble` task, `checkFormat` will always fail if a code-analyser warning is
present.
* `reqtificatorBuildDir` - external directory for the intermediate build files of the Reqtificator
* This build directory must not be linked by Mod Organizer into your Skyrim installation.
Some build intermediate files can have very long file names that can cause Skyrim to crash when starting
* `bsArch` - the full path to the executable from BSArch

4. Open a (power)shell, go to the repository's directory and execute `gradlew.bat installDevVersion`. This may take
Expand Down

This file was deleted.

11 changes: 1 addition & 10 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
include(
"components:skyproc",
"components:reqtificator",
"components:interface",
"components:fomod-installer",
"components:documentation",
"components:papyrus-scripts",
"components:mutagen-reqtificator"
)
rootProject.name = "Requiem-Development"
pluginManagement {
plugins {
kotlin("jvm") version "1.4.10"
id("org.jlleitschuh.gradle.ktlint") version "9.3.0"
id("org.beryx.jlink") version "2.21.3"
}
}
rootProject.name = "Requiem-Development"

0 comments on commit 4e0fc29

Please sign in to comment.