// // Copyright (c) ZeroC, Inc. All rights reserved. // project.ext.displayName = "IceLocatorDiscovery Compat" 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-compat') } apply from: "$project.ext.topSrcDir/java/gradle/library.gradle"