This commit is contained in:
19
opentcs-strategies-default/build.gradle
Normal file
19
opentcs-strategies-default/build.gradle
Normal file
@@ -0,0 +1,19 @@
|
||||
// SPDX-FileCopyrightText: The openTCS Authors
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
apply from: "${rootDir}/gradle/java-project.gradle"
|
||||
apply from: "${rootDir}/gradle/java-codequality.gradle"
|
||||
apply from: "${rootDir}/gradle/guice-project.gradle"
|
||||
apply from: "${rootDir}/gradle/publishing-java.gradle"
|
||||
|
||||
dependencies {
|
||||
api project(':opentcs-api-injection')
|
||||
api project(':opentcs-common')
|
||||
|
||||
implementation group: 'org.jgrapht', name: 'jgrapht-core', version: '1.5.2'
|
||||
implementation group: 'org.locationtech.jts', name: 'jts-core', version: '1.19.0'
|
||||
}
|
||||
|
||||
task release {
|
||||
dependsOn build
|
||||
}
|
||||
Reference in New Issue
Block a user