summaryrefslogtreecommitdiff
path: root/java-compat/src/IceLocatorDiscovery/build.gradle
blob: 6d77c1cbce0081b8847325fb1d1c2a54c6791519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// 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"