2 Star 0 Fork 0

PumpkinBot00/NotEnoughUpdates

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle.kts 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
IRONM00N 提交于 2022-06-09 18:04 . Re-license project as LGPL (#157)
/*
* Copyright (C) 2022 NotEnoughUpdates contributors
*
* This file is part of NotEnoughUpdates.
*
* NotEnoughUpdates is free software: you can redistribute it
* and/or modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation, either
* version 3 of the License, or (at your option) any later version.
*
* NotEnoughUpdates is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with NotEnoughUpdates. If not, see <https://www.gnu.org/licenses/>.
*/
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven("https://oss.sonatype.org/content/repositories/snapshots")
maven("https://maven.architectury.dev/")
maven("https://maven.fabricmc.net")
maven(url = "https://jitpack.io/")
maven(url = "https://maven.minecraftforge.net/")
maven(url = "https://repo.spongepowered.org/maven/")
maven(url = "https://repo.sk1er.club/repository/maven-releases/")
maven(url = "https://maven.architectury.dev/")
}
resolutionStrategy {
eachPlugin {
when (requested.id.id) {
"gg.essential.loom" -> useModule("gg.essential:architectury-loom:${requested.version}")
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/PumpkinBot00/NotEnoughUpdates.git
git@gitee.com:PumpkinBot00/NotEnoughUpdates.git
PumpkinBot00
NotEnoughUpdates
NotEnoughUpdates
master

搜索帮助