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

Commit

Permalink
adding runnable to things
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Jan 28, 2020
1 parent c47de5e commit c6a7f8d
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 26 deletions.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
69 changes: 45 additions & 24 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ plugins {

java {
sourceCompatibility = JavaVersion.VERSION_1_8

targetCompatibility = JavaVersion.VERSION_1_8
}
application.mainClassName = "com.andromeda.mars.run"
version = "1.2.1"



dependencies {
implementation(kotlin("stdlib-jdk8"))
compile (group = "org.apache.opennlp", name = "opennlp-tools", version= "1.9.1")
compile (group= "com.google.code.gson", name= "gson", version= "2.8.6")
implementation (group = "org.apache.opennlp", name = "opennlp-tools", version= "1.9.1")
implementation (group= "com.google.code.gson", name= "gson", version= "2.8.6")
testImplementation(group = "junit", name = "junit", version = "4.12")

}
Expand Down
Binary file modified build/kotlin/compileKotlin/build-history.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified build/kotlin/compileKotlin/caches-jvm/jvm/kotlin/proto.tab
Binary file not shown.
Binary file not shown.
Binary file modified build/kotlin/compileKotlin/caches-jvm/lookups/file-to-id.tab
Binary file not shown.
Binary file modified build/kotlin/compileKotlin/caches-jvm/lookups/id-to-file.tab
Binary file not shown.
Binary file modified build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab
Binary file not shown.
Binary file modified build/kotlin/compileKotlin/caches-jvm/lookups/lookups.tab_i
Binary file not shown.
Binary file modified build/kotlin/compileKotlin/last-build.bin
Binary file not shown.

0 comments on commit c6a7f8d

Please sign in to comment.