Initial commit
This commit is contained in:
21
build.gradle
Normal file
21
build.gradle
Normal file
@@ -0,0 +1,21 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id "application"
|
||||
}
|
||||
|
||||
group = 'com.droideparanoico'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
mainClassName = 'com.droideparanoico.consoletwitter.ConsoleTwitter'
|
||||
|
||||
run{
|
||||
standardInput = System.in
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
testImplementation 'org.mockito:mockito-core:3.6.28'
|
||||
}
|
||||
Reference in New Issue
Block a user