// // Copyright (c) ZeroC, Inc. All rights reserved. // project.ext.displayName = "IceLocatorDiscovery" project.ext.moduleName = "com.zeroc.icelocatordiscovery" project.ext.description = "Ice plug-in that enables the discovery of IceGrid and custom locators via UDP multicast" slice { java { files = fileTree(dir: "$project.ext.topSrcDir/slice/IceLocatorDiscovery", includes:['*.ice'], excludes:["*F.ice"]) } } dependencies { implementation project(':ice') } apply from: "$project.ext.topSrcDir/java/gradle/library.gradle"