Change text from compile to api

This commit is contained in:
Draycia 2020-05-03 23:58:22 -07:00
parent 5b97dde21f
commit 3e657bbba9
1 changed files with 4 additions and 4 deletions

View File

@ -41,8 +41,8 @@ dependencies {
// https://mvnrepository.com/artifact/javax.vecmath/vecmath
api group: 'javax.vecmath', name: 'vecmath', version: '1.5.2' // Used for Fastnoise
compile 'net.kyori:text-api:3.0.3'
compile 'net.kyori:text-serializer-legacy:3.0.3'
compile 'net.kyori:text-serializer-gson:3.0.3'
compile 'net.kyori:text-serializer-plain:3.0.3'
api 'net.kyori:text-api:3.0.3'
api 'net.kyori:text-serializer-legacy:3.0.3'
api 'net.kyori:text-serializer-gson:3.0.3'
api 'net.kyori:text-serializer-plain:3.0.3'
}