summaryrefslogtreecommitdiff
path: root/buildSrc/build.gradle.kts
blob: e1188159f615118c88616c6370e7c709f3338621 (plain)
1
2
3
4
5
6
7
8
9
10
11
plugins {
	java
}

repositories {
	mavenCentral()
}
dependencies {
	implementation("com.google.code.gson:gson:2.10.1")
	implementation("com.google.guava:guava:33.2.1-jre")
}