File tree 4 files changed +7
-19
lines changed
4 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * This file was generated by the Gradle 'init' task.
3
- *
4
- * This generated file contains a sample Java project to get you started.
5
- * For more details take a look at the Java Quickstart chapter in the Gradle
6
- * User Manual available at https://docs.gradle.org/5.6.1/userguide/tutorial_java_projects.html
7
- */
8
-
9
1
plugins {
10
- // Apply the java plugin to add support for Java
11
2
id ' java'
12
-
13
- // Apply the application plugin to add support for building a CLI application
14
3
id ' application'
15
4
}
16
5
17
6
repositories {
18
- // Use jcenter for resolving dependencies.
19
- // You can declare any Maven/Ivy/file repository here.
20
7
jcenter()
21
8
}
22
9
23
10
dependencies {
24
- // This dependency is used by the application.
25
11
implementation ' com.google.guava:guava:28.0-jre'
26
-
27
- // Use JUnit test framework
28
12
testImplementation ' junit:junit:4.12'
29
13
}
30
14
31
15
application {
32
- // Define the main class for the application
33
16
mainClassName = ' org.woehlke.simulation.dla.DiffusionLimitedAggregationDesktop'
34
17
}
Original file line number Diff line number Diff line change
1
+ # Thu Mar 05 22:57:21 CET 2020
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2-all.zip
1
3
distributionBase =GRADLE_USER_HOME
2
4
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
+ zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change
1
+ ./gradlew clean run
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env zsh
2
+
3
+ ./gradlew clean run
You can’t perform that action at this time.
0 commit comments