init refactoring exercise
This commit is contained in:
BIN
dev_ops/gradle/uebung-02/.gradle/8.10.2/checksums/checksums.lock
Normal file
BIN
dev_ops/gradle/uebung-02/.gradle/8.10.2/checksums/checksums.lock
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
#Tue Nov 05 15:48:22 CET 2024
|
||||
gradle.version=8.10.2
|
Binary file not shown.
BIN
dev_ops/gradle/uebung-02/.gradle/file-system.probe
Normal file
BIN
dev_ops/gradle/uebung-02/.gradle/file-system.probe
Normal file
Binary file not shown.
13
dev_ops/gradle/uebung-02/build.gradle
Normal file
13
dev_ops/gradle/uebung-02/build.gradle
Normal file
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
id "de.undercouch.download" version "4.1.1"
|
||||
}
|
||||
|
||||
task download(type: Download) {
|
||||
src 'http://st.uni-trier.de/Gradle/Rezept.zip'
|
||||
dest buildDir
|
||||
onlyIfModified true
|
||||
}
|
||||
|
||||
task unzip(type: Copy, dependsOn: download) {
|
||||
|
||||
}
|
BIN
dev_ops/gradle/uebung-02/build/Rezept.zip
Normal file
BIN
dev_ops/gradle/uebung-02/build/Rezept.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user