Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Scrooge gradle plugin for thrift idl compiling

Notifications You must be signed in to change notification settings

schibsted/Scrooge-Gradle-Plugin

 
 

Repository files navigation

Scrooge-Gradle-Plugin

This is a gradle plugin for compiling thrift idl to Java/Scala/... using Facebook Scrooge. Mainly for Java, writen in Java.

usage:

build.gradle:

compileScrooge {
    thriftFiles = fileTree(dir: "./src/main/thrift", include: "**/*.thrift")
    dest = file("src/gen/java")
    opts = []    //default Java code, ["-l","scala"] for scala code
}

About

Scrooge gradle plugin for thrift idl compiling

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%