Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 3173f2b

Browse files
committed
Updated package, added tests. Fix #1 and #3
1 parent daf5555 commit 3173f2b

File tree

10 files changed

+528
-517
lines changed

10 files changed

+528
-517
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ repositories {
66
jcenter()
77
}
88

9-
sourceSets {
10-
main {
11-
java {
12-
srcDirs 'polygon/src'
13-
}
14-
}
15-
}
16-
179
jar {
1810
baseName = 'polygon'
1911
version = '1.0.2'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Jul 02 16:21:29 IDT 2017
1+
#Sun Jul 02 19:02:22 IDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

polygon/src/com/sromku/polygon/Line.java

Lines changed: 0 additions & 111 deletions
This file was deleted.

polygon/src/com/sromku/polygon/Point.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)