mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
No longer needed.
This commit is contained in:
parent
b3585f48cb
commit
b62dc25f8b
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
package com.beust.kobalt.internal.remote
|
|
||||||
|
|
||||||
import com.beust.kobalt.Constants
|
|
||||||
import java.io.PrintWriter
|
|
||||||
import java.net.Socket
|
|
||||||
|
|
||||||
fun main(argv: Array<String>) {
|
|
||||||
Socket("localhost", 1234).use { socket ->
|
|
||||||
(PrintWriter(socket.outputStream, true)).use { out ->
|
|
||||||
out.println("""{ "name" : "getDependencies", "buildFile":
|
|
||||||
"/Users/beust/kotlin/kobalt/kobalt/src/${Constants.BUILD_FILE_NAME}"}""")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue