Skip to content
Snippets Groups Projects
Commit 44b85c14 authored by abrahas55's avatar abrahas55
Browse files

added some forgotten stuff to gitignore

parent b645e294
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,8 @@ example
# specifics for java
!*.java
!*.jar
!*.properties
!*.kts
plugins {
application // <1>
}
repositories {
mavenCentral() // <2>
}
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1") // <3>
implementation("com.google.guava:guava:30.1.1-jre") // <4>
}
application {
mainClass.set("demo.App") // <5>
}
tasks.named<Test>("test") {
useJUnitPlatform() // <6>
}
File added
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
rootProject.name = "demo"
include("app")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment