// // Copyright (c) ZeroC, Inc. All rights reserved. // project.ext.displayName = "Ice Compat" project.ext.description = "Ice is a comprehensive RPC framework that helps you build distributed applications" + " with minimal effort using familiar object-oriented idioms" slice { java { files = fileTree(dir: "$project.ext.topSrcDir/slice", includes:['Ice/*.ice', 'IceSSL/*.ice'], excludes:['Ice/*F.ice']) } } apply from: "$project.ext.topSrcDir/java/gradle/library.gradle"