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
2024-11-22 23:08:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d6e095424c
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 16:37:22 +02:00
plugins {
id("geyser.publish-conventions")
}
Initial move to gradle
2022-02-27 23:38:55 +01: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 17:43:17 +02:00
api(libs.cumulus)
api(libs.gson)
Publish entire java component and common (#3331)
2022-10-03 16:37:22 +02:00
}
Reference in a new issue
Copy permalink