25 lines
499 B
Groovy
25 lines
499 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* This is a general purpose Gradle build.
|
|
* Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds/
|
|
*/
|
|
buildscript {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id "java"
|
|
id "application"
|
|
}
|
|
|
|
group "de.technology.ourpuppet.tests.speech"
|
|
version 1.0
|
|
|
|
sourceCompatibility = 1.8
|
|
targetCompatibility = 1.8
|
|
|
|
mainClassName = "de.technology.ourpuppet.tests.speech.MicStreamingClient"
|