2 "name": "WireCompiler",
3 "version": "4.0.0-alpha.18",
8 "homepage": "https://github.com/square/wire",
10 "Eric Firestone": "@firetweet"
12 "summary": "gRPC and protocol buffer compiler for Android, Kotlin, Java, and Swift.",
14 "git": "https://github.com/square/wire.git",
15 "tag": "4.0.0-alpha.18"
17 "module_name": "WireCompiler",
18 "prepare_command": "JAVA_HOME=\"$(/usr/libexec/java_home -v 1.8)\"\n./gradlew -p wire-library :wire-compiler:assemble\nMOST_RECENT_ARTIFACT=\"$(ls -t ./wire-library/wire-compiler/build/libs/wire-compiler-*-jar-with-dependencies.jar | head -n1)\"\ncp \"$MOST_RECENT_ARTIFACT\" ./compiler.jar",
19 "preserve_paths": "compiler.jar",