update
This commit is contained in:
@@ -35,6 +35,8 @@ dependencies {
|
||||
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
|
||||
//JTS
|
||||
implementation 'org.locationtech.jts:jts-core:1.18.2'
|
||||
// https://mvnrepository.com/artifact/org.locationtech.jts.io/jts-io-common
|
||||
// implementation("org.locationtech.jts.io:jts-io-common:1.20.0")
|
||||
}
|
||||
|
||||
processResources.doLast {
|
||||
|
||||
@@ -41,10 +41,6 @@ public class ContourAlgorithm {
|
||||
};
|
||||
|
||||
|
||||
// new BezierCurve()
|
||||
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user