This website requires JavaScript.
Explore
Help
Sign In
GeyserMC
/
Geyser
Watch
4
Star
4
Fork
You've already forked Geyser
3
mirror of
https://github.com/GeyserMC/Geyser.git
synced
2024-08-14 23:57:35 +00:00
Code
Issues
103
Projects
Releases
Wiki
Activity
ca7d57e541
Geyser
/
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 14:37:22 +00:00
plugins {
id("geyser.publish-conventions")
}
Initial move to gradle
2022-02-27 22:38:55 +00: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 15:43:17 +00:00
api(libs.cumulus)
api(libs.gson)
Publish entire java component and common (#3331)
2022-10-03 14:37:22 +00:00
}
Reference in a new issue
Copy permalink