Update to new infrastructure
ci/woodpecker/manual/jfmod Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-12-02 17:53:44 +01:00
parent 8eef2338c6
commit 01221ca98a
Signed by: Johannes
GPG Key ID: E76429612C2929F4
7 changed files with 45 additions and 28 deletions

View File

@ -1,2 +0,0 @@
include:
- remote: 'https://jfmods.gitlab.io/scripts/jfmod.yml'

1
.woodpecker.yml Normal file
View File

@ -0,0 +1 @@
#link https://pages.frohnmeyer-wds.de/scripts/jfmod.yml

View File

@ -1,9 +0,0 @@
apply from: "https://jfmods.gitlab.io/scripts/gradle/v2.gradle"
dependencies {
include modImplementation("io.gitlab.jfronny.libjf:libjf-base:${project.libjf_version}") // for JfCommons
include modImplementation(fabricApi.module("fabric-resource-loader-v0", "$project.fabric_version"))
// Dev env
modLocalRuntime("com.terraformersmc:modmenu:4.0.6")
}

14
build.gradle.kts Normal file
View File

@ -0,0 +1,14 @@
import io.gitlab.jfronny.scripts.*
plugins {
id("jfmod") version "1.2-SNAPSHOT"
id("io.gitlab.jfronny.libjf.libjf-config-compiler-plugin")
}
dependencies {
include(modImplementation("io.gitlab.jfronny.libjf:libjf-base:${prop("libjf_version")}")!!) // for JfCommons
include(modImplementation(fabricApi.module("fabric-resource-loader-v0", prop("fabric_version")))!!)
// Dev env
modLocalRuntime("com.terraformersmc:modmenu:4.1.1")
}

View File

@ -1,11 +1,12 @@
# https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=build.8
loader_version=0.14.9
yarn_mappings=build.24
loader_version=0.14.11
maven_group=io.gitlab.jfronny
archives_base_name=resclone
fabric_version=0.60.0+1.19.2
libjf_version=3.0.3
modrinth_id=resclone
modrinth_id=resclone
fabric_version=0.68.0+1.19.2
libjf_version=3.2.1

13
settings.gradle.kts Normal file
View File

@ -0,0 +1,13 @@
pluginManagement {
val libjf_version: String by settings
repositories {
maven("https://maven.fabricmc.net/") // FabricMC
maven("https://maven.frohnmeyer-wds.de/artifacts") // scripts
gradlePluginPortal()
}
plugins {
id("io.gitlab.jfronny.libjf.libjf-config-compiler-plugin") version libjf_version
}
}
rootProject.name = "resclone"

View File

@ -1,23 +1,22 @@
{
"schemaVersion": 1,
"id": "resclone",
"version": "${version}",
"name": "Resclone",
"description": "Downloads and updates resourcepacks.",
"authors": [
"JFronny"
],
"contact": {},
"version": "${version}",
"description": "Downloads and updates resourcepacks",
"authors": ["JFronny"],
"contact": {
"email": "projects.contact@frohnmeyer-wds.de",
"homepage": "https://jfronny.gitlab.io",
"issues": "https://git.frohnmeyer-wds.de/JfMods/Resclone/issues",
"sources": "https://git.frohnmeyer-wds.de/JfMods/Resclone"
},
"license": "MIT",
"icon": "assets/resclone/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.resclone.Resclone"
],
"resclone": [
"io.gitlab.jfronny.resclone.RescloneEntryDefault"
]
"main": ["io.gitlab.jfronny.resclone.Resclone"],
"resclone": ["io.gitlab.jfronny.resclone.RescloneEntryDefault"]
},
"mixins": [
"resclone.mixins.json",