diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-10-07 20:11:04 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-10-07 20:11:04 +0200 |
commit | 149c2827f5bcfbe4ff8c18eed8558bf7e58fdfe0 (patch) | |
tree | d04e5009d6af4c81c6bcefd5afb077822263ea7c /buildSrc/build.gradle.kts | |
parent | f51a6dd27548474d6152377595bf6dc2c9eac436 (diff) | |
parent | 98ec7b09eec00e57632a92a0f9245dc755d386ae (diff) | |
download | NotEnoughUpdates-149c2827f5bcfbe4ff8c18eed8558bf7e58fdfe0.tar.gz NotEnoughUpdates-149c2827f5bcfbe4ff8c18eed8558bf7e58fdfe0.tar.bz2 NotEnoughUpdates-149c2827f5bcfbe4ff8c18eed8558bf7e58fdfe0.zip |
Merge branch 'master' into minion_helper_2
# Conflicts:
# build.gradle.kts
# src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
Diffstat (limited to 'buildSrc/build.gradle.kts')
-rw-r--r-- | buildSrc/build.gradle.kts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts new file mode 100644 index 00000000..5afecadc --- /dev/null +++ b/buildSrc/build.gradle.kts @@ -0,0 +1,26 @@ +/* + * 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/>. + */ + +plugins { + `kotlin-dsl` +} + +repositories { + mavenCentral() +} |