Start publishing velocity-natives module

Note that this will remain internal API for Velocity and the publication of the module does not necessarily indicate that they will be stable.
This commit is contained in:
Andrew Steinborn
2020-09-23 01:03:18 -04:00
parent a0a0966f99
commit dc48eb97f9
3 changed files with 19 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
plugins {
id 'java-library'
id 'checkstyle'
id 'maven-publish'
}
apply from: '../gradle/checkstyle.gradle'
apply from: '../gradle/publish.gradle'
dependencies {
implementation "com.google.guava:guava:${guavaVersion}"