File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,12 @@ Code used across Corgi Taco's project's in one place.
44# Download
55## [ Curseforge] ( https://www.curseforge.com/minecraft/mc-mods/corgilib )
66
7- ## [ Modrinth] ( https://modrinth.com/mod/corgilib )
7+ ## [ Modrinth] ( https://modrinth.com/mod/corgilib )
8+
9+ ### Maven Information
10+ - Releases: https://maven.jt-dev.tech/releases
11+ - Snapshots: https://maven.jt-dev.tech/snapshots
12+ - Common: dev.corgitaco:Corgilib-Common:{version}
13+ - Fabric: dev.corgitaco:Corgilib-Fabric:{version}
14+ - Forge: dev.corgitaco:Corgilib-Forge:{version}
15+ - NeoForge: dev.corgitaco:Corgilib-NeoForge:{version}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import net.fabricmc.loom.api.LoomGradleExtensionAPI
33plugins {
44 id(" architectury-plugin" ) version " 3.4-SNAPSHOT"
55 id(" dev.architectury.loom" ) version " 1.10-SNAPSHOT" apply false
6- id(" com.gradleup.shadow" ) version " 8.3.8 " apply false
6+ id(" com.gradleup.shadow" ) version " 9.0.1 " apply false
77 java
88 idea
99 `maven- publish`
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33#
4- # Copyright © 2015-2021 the original authors.
4+ # Copyright © 2015 the original authors.
55#
66# Licensed under the Apache License, Version 2.0 (the "License");
77# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments