mirror of
https://github.com/noobnuby/Notification-Bot.git
synced 2024-11-26 13:23:05 +00:00
7 lines
163 B
Text
7 lines
163 B
Text
|
plugins {
|
||
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
||
|
}
|
||
|
rootProject.name = "Notification-Bot"
|
||
|
include("notification")
|
||
|
include("steam")
|