This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
GeyserMC
Watch
1
Star
0
Fork
You've already forked GeyserMC
0
mirror of
https://github.com/GeyserMC/Geyser.git
synced
2025-01-22 16:31:54 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8bf8b22d6b
GeyserMC
/
common
/
build.gradle.kts
9 lines
108 B
Text
Raw
Normal View
History
Unescape
Escape
Publish entire java component and common (#3331)
2022-10-03 10:37:22 -04:00
plugins {
id("geyser.publish-conventions")
}
Initial move to gradle
2022-02-27 16:38:55 -06:00
dependencies {
Use Gradle's dependency catalogue feature (#3305) Move all of our dependencies to a single catalogue file to make maintenance of them easier.
2022-09-26 16:43:17 +01:00
api(libs.cumulus)
api(libs.gson)
Publish entire java component and common (#3331)
2022-10-03 10:37:22 -04:00
}
Reference in a new issue
Copy permalink