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

Commit

Permalink
Updated package, added tests. Fix #1 and #3
Browse files Browse the repository at this point in the history
  • Loading branch information
sromku committed Jul 2, 2017
1 parent daf5555 commit 3173f2b
Show file tree
Hide file tree
Showing 10 changed files with 528 additions and 517 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ repositories {
jcenter()
}

sourceSets {
main {
java {
srcDirs 'polygon/src'
}
}
}

jar {
baseName = 'polygon'
version = '1.0.2'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jul 02 16:21:29 IDT 2017
#Sun Jul 02 19:02:22 IDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
111 changes: 0 additions & 111 deletions polygon/src/com/sromku/polygon/Line.java

This file was deleted.

24 changes: 0 additions & 24 deletions polygon/src/com/sromku/polygon/Point.java

This file was deleted.

Loading

0 comments on commit 3173f2b

Please sign in to comment.