Add the dateTime to compiled jars and the commit to artifacts

This commit is contained in:
James Seibel
2022-01-23 16:25:37 -06:00
parent facbb174f5
commit 8bd7556c89
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -70,6 +70,7 @@ build:
- .gradle
- cache/
artifacts:
name: "NightlyBuild-$CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}"
paths:
# relative to the root directory
- fabric/build/libs
@@ -108,6 +109,7 @@ merge:
- .gradle
- cache/
artifacts:
name: "Merged_NightlyBuild-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}"
paths:
# relative to the root directory
- Merged
+1 -1
Submodule core updated: a5a4a3e6e2...ab3880a5e5
+3 -1
View File
@@ -2,6 +2,8 @@ plugins {
id "com.github.johnrengelman.shadow" version "7.1.0"
}
version = project.mod_version+"-"+project.minecraft_version+"-"+new Date().format("MM_dd_yyyy_HH:mm")
loom {
accessWidenerPath.set(project(":common").file("src/main/resources/lod.accesswidener"))
@@ -24,7 +26,7 @@ configurations {
}
repositories {
// Required for importing cursedforge mods
// Required for importing CurseForge mods
maven {
url "https://www.cursemaven.com"
content {