diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-24 03:07:21 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-24 03:07:21 +0200 |
commit | df36d861c4dd0cae7be505b486df12f174f7a090 (patch) | |
tree | 63224ed89f776b68a267441bbc671624736dcea4 | |
parent | 59c53e3c866c4b5cf504e9e62913fac356168971 (diff) | |
download | skyhanni-df36d861c4dd0cae7be505b486df12f174f7a090.tar.gz skyhanni-df36d861c4dd0cae7be505b486df12f174f7a090.tar.bz2 skyhanni-df36d861c4dd0cae7be505b486df12f174f7a090.zip |
add link and timestamp of neu version in build script
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index ee570db2e..509141f36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -105,6 +105,8 @@ dependencies { exclude(module = "unspecified") isTransitive = false } + // Apr 23, 2024, 6:08 PM GMT+2 + // https://github.com/NotEnoughUpdates/NotEnoughUpdates/commit/faf22b5dd9 devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:faf22b5dd9:all") { exclude(module = "unspecified") isTransitive = false |