diff options
author | Martin Robertz <dream-master@gmx.net> | 2023-05-09 18:58:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 18:58:41 +0200 |
commit | 111210407a48f98db64d76bcd8f0a6860648314d (patch) | |
tree | bb5d45526fd6817c3866aa3a5b5961120474f486 /build.gradle | |
parent | 3f148940ad95c65be7006a60c65207ab6d8f1140 (diff) | |
download | GT5-Unofficial-111210407a48f98db64d76bcd8f0a6860648314d.tar.gz GT5-Unofficial-111210407a48f98db64d76bcd8f0a6860648314d.tar.bz2 GT5-Unofficial-111210407a48f98db64d76bcd8f0a6860648314d.zip |
update bs (#1969)
add more stuff to Material Obsidian
(cherry picked from commit dc7b0cee34e22a99d03fe8676dc616b2f69c96d5)
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index e8241eeaa8..78ed8d44f0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1683373797 +//version: 1683563728 /* DO NOT CHANGE THIS FILE! Also, you may replace this file at any time if there is an update available. @@ -1266,7 +1266,9 @@ tasks.register('faq') { print("If your build fails to fetch dependencies, they might have been deleted and replaced by newer " + "versions.\nCheck if the versions you try to fetch are still on the distributing sites.\n" + "The links can be found in repositories.gradle and build.gradle:repositories, " + - "not build.gradle:buildscript.repositories - this one is for gradle plugin metadata.") + "not build.gradle:buildscript.repositories - this one is for gradle plugin metadata.\n\n" + + "If your build fails to recognize the syntax of new Java versions, enable Jabel in your " + + "gradle.properties. See how it's done in GTNH ExampleMod/gradle.properties.") } } |