Compare commits
3 commits
master
...
2022111466
| Author | SHA1 | Date | |
|---|---|---|---|
| d93e6fb8de | |||
| 99e45fcc9b | |||
| 20c3180c6c |
5 changed files with 98 additions and 96 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
# This file was generated by the Gradle 'init' task.
|
# This file was generated by the Gradle 'init' task.
|
||||||
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
|
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
|
||||||
|
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
|
|
||||||
|
|
|
||||||
2
output.txt
Normal file
2
output.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
B1 output.txt
|
||||||
|
scientist carefully analyzed it again
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
* The settings file is used to specify which projects to include in your build.
|
* The settings file is used to specify which projects to include in your build.
|
||||||
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.13/userguide/multi_project_builds.html in the Gradle documentation.
|
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.13/userguide/multi_project_builds.html in the Gradle documentation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
||||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
||||||
|
|
|
||||||
2
test.txt
Normal file
2
test.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
B1 test.txt
|
||||||
|
The scientist carefully analyzed the data, wrote a detailed report, and shared the report with the team, but the team requested more data, so the scientist analyzed it again.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue