Add the dateTime to compiled jars and the commit to artifacts
This commit is contained in:
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user