0% found this document useful (0 votes)
2 views

Terminal Saved Output

ook fine
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Terminal Saved Output

ook fine
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 47

Last login: Wed Mar 8 21:14:01 on ttys002

abuodeh1@Mohammads-MacBook-Air myapp % gradle init

Select type of project to generate:


1: basic
2: application
3: library
4: Gradle plugin
Enter selection (default: basic) [1..4] 2

Select implementation language:


1: C++
2: Groovy
3: Java
4: Kotlin
5: Scala
6: Swift
Enter selection (default: Java) [1..6] 3

Split functionality across multiple subprojects?:


1: no - only one application project
2: yes - application and library projects
Enter selection (default: no - only one application project) [1..2] 1

Select build script DSL:


1: Groovy
2: Kotlin
Enter selection (default: Groovy) [1..2] 1

Generate build using new APIs and behavior (some features may change in the next
minor release)? (default: no) [yes, no] yes

Select test framework:


1: JUnit 4
2: TestNG
3: Spock
4: JUnit Jupiter
Enter selection (default: JUnit Jupiter) [1..4] 4

Project name (default: myapp): DAPIS

Source package (default: dapis): com.dapis

> Task :init


Get more help with your project:
https://docs.gradle.org/8.0.2/samples/sample_building_java_applications.html

BUILD SUCCESSFUL in 45s


2 actionable tasks: 2 executed
abuodeh1@Mohammads-MacBook-Air myapp % ls
app buildSrc gradle gradlew gradlew.bat
settings.gradle
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

> Task :tasks

------------------------------------------------------------
Tasks runnable from root project 'DAPIS'
------------------------------------------------------------

Application tasks
-----------------
run - Runs this project as a JVM application

Build tasks
-----------
assemble - Assembles the outputs of this project.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on
it.
buildNeeded - Assembles and tests this project and all projects it depends on.
classes - Assembles main classes.
clean - Deletes the build directory.
jar - Assembles a jar archive containing the main classes.
testClasses - Assembles test classes.

Build Setup tasks


-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Distribution tasks
------------------
assembleDist - Assembles the main distributions
distTar - Bundles the project as a distribution.
distZip - Bundles the project as a distribution.
installDist - Installs the project as a distribution as-is.

Documentation tasks
-------------------
javadoc - Generates Javadoc API documentation for the main source code.

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project
'DAPIS'.
dependencies - Displays all dependencies declared in root project 'DAPIS'.
dependencyInsight - Displays the insight into a specific dependency in root project
'DAPIS'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'DAPIS'.
projects - Displays the sub-projects of root project 'DAPIS'.
properties - Displays the properties of root project 'DAPIS'.
resolvableConfigurations - Displays the configurations that can be resolved in root
project 'DAPIS'.
tasks - Displays the tasks runnable from root project 'DAPIS' (some of the
displayed tasks may belong to subprojects).

Verification tasks
------------------
check - Runs all checks.
test - Runs the test suite.

To see all tasks and more detail, run gradle tasks --all

To see more detail about a task, run gradle help --task <task>
BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed
abuodeh1@Mohammads-MacBook-Air myapp % ls
app buildSrc gradle gradlew gradlew.bat
settings.gradle
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 2

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method minus() for arguments [task
':build_4on5zim1il66pdv6jv7q3k5q1$_run_closure1@38159b8a'] on task ':dapis' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 970ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 3

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method Println() for arguments [Welcome by Dapis Team] on task
':dapis_task' of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % cd ../web_dapis
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 70

* What went wrong:


A problem occurred evaluating project ':AccessControl'.
> Could not find method enabled() for arguments [true] on Report xml of type
org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 16

* What went wrong:


Could not compile build file
'/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle': 16:
Unexpected input: '{\r\n\tmain{\r\n\t\tjava.srcDirs = ['src']\r\n\t\
tresources.srcDirs=['src']\t\t\r\n\t}\r\n\ttest {\n\t\tjava {srcDirs=['test',
project(':DapisUtil').file("src")]}\r\n }\r\n }\r\n}' @ line 16, column
1.
}
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 18

* What went wrong:


Could not compile build file
'/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle': 18:
Unexpected input: '{\r\n\tmain{\r\n\t\tjava.srcDirs = ['src']\r\n\t\
tresources.srcDirs=['src']\t\t\r\n\t}\r\n\ttest {\n\t\tjava {\n\t\t\
ttestDirs=['test', project(':DapisUtil').file("test")]\n\t\t}\r\n }\r\
n }\r\n}' @ line 18, column 1.
}
^

1 error
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 18

* What went wrong:


Could not compile build file
'/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle': 18:
Unexpected input: '{\r\n\tmain{\r\n\t\tjava.srcDirs = ['src']\r\n\t\
tresources.srcDirs=['src']\t\t\r\n\t}\r\n\ttest {\n\t\tjava {\n\t\t\
ttestDirs=['test', project(':DapisUtil').file('test')]\n\t\t}\r\n }\r\
n }\r\n}' @ line 18, column 1.
}
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 924ms


abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 15

* What went wrong:


Could not compile build file
'/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle': 15:
Unexpected input: '{\r\n\tmain{\r\n\t\tjava.srcDirs = ['src']\r\n\t\
tresources.srcDirs=['src']\t\t\r\n\t}\r\n\ttest {java {testDirs=['test',
project(':DapisUtil').file('test')]}\r\n }\r\n }\r\n}' @ line 15, column
1.
}
^
1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 994ms


abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 18

* What went wrong:


Could not compile build file
'/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle': 18:
Unexpected input: '{\r\n\tmain{\r\n\t\tjava.srcDirs = ['src']\r\n\t\
tresources.srcDirs=['src']\t\t\r\n\t}\r\n\ttest {\n\t\tjava {\n\t\t\
tsrcDirs=['test', project(':DapisUtil').file('test')]\n\t\t}\r\n }\r\n }\
r\n}' @ line 18, column 1.
}
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 71

* What went wrong:


A problem occurred evaluating project ':AccessControl'.
> Could not find method enabled() for arguments [true] on Report xml of type
org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org


BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 15

* What went wrong:


Could not compile build file
'/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle': 15:
Unexpected character: ' ' @ line 15, column 1.
}
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 15

* What went wrong:


Could not compile build file
'/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle': 15:
Unexpected character: ' ' @ line 15, column 1.
}
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.


* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 15

* What went wrong:


Could not compile build file
'/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle': 15:
Unexpected character: ' ' @ line 15, column 1.
}
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 987ms


abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 69

* What went wrong:


A problem occurred evaluating project ':AccessControl'.
> Could not find method enabled() for arguments [true] on Report xml of type
org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 69

* What went wrong:


A problem occurred evaluating project ':AccessControl'.
> Could not find method enabled() for arguments [true] on Report xml of type
org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 995ms


abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 71

* What went wrong:


A problem occurred evaluating project ':AccessControl'.
> Could not find method enabled() for arguments [true] on Report xml of type
org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 14

* What went wrong:


A problem occurred evaluating project ':AccessControl'.
> Could not get unknown property 'srcDir' for test Java source of type
org.gradle.api.internal.file.DefaultSourceDirectorySet.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 2s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/DAPIS_Outreach/build.gradle' line: 37

* What went wrong:


A problem occurred evaluating root project 'DAPIS_Outreach'.
> Project with path ':Outreach' could not be found in root project
'DAPIS_Outreach'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Settings file '/Users/abuodeh1/Desktop/web_dapis/DAPIS_Outreach/settings.gradle'
line: 12

* What went wrong:


Could not compile settings file
'/Users/abuodeh1/Desktop/web_dapis/DAPIS_Outreach/settings.gradle'.
> startup failed:
settings file '/Users/abuodeh1/Desktop/web_dapis/DAPIS_Outreach/settings.gradle':
12: Unexpected input: ',' @ line 12, column 19.
'AccessControl',
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle build -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 71

* What went wrong:


A problem occurred evaluating project ':AccessControl'.
> Could not find method enabled() for arguments [true] on Report xml of type
org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % cd ../myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.


* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 41

* What went wrong:


A problem occurred evaluating project ':app'.
> Could not find method Println() for arguments [Welcome by Dapis Team] on task
':app:dapis_task' of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % cd ../web_dapis
abuodeh1@Mohammads-MacBook-Air web_dapis % git pull
Already up to date.
abuodeh1@Mohammads-MacBook-Air web_dapis % gradle -p DAPIS_Outreach

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/web_dapis/AccessControl/build.gradle' line: 71

* What went wrong:


A problem occurred evaluating project ':AccessControl'.
> Could not find method enabled() for arguments [true] on Report xml of type
org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air web_dapis % cd ../myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 41

* What went wrong:


A problem occurred evaluating project ':app'.
> Could not find method Description() for arguments
[build_ebr3nyvx6ljqmyvqxhczoni1t$_run_closure5$_closure8@4353cb7f] on task
':app:dapis_task' of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org


BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 41

* What went wrong:


A problem occurred evaluating project ':app'.
> Value is null

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 974ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 41

* What went wrong:


A problem occurred evaluating project ':app'.
> Value is null

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 41

* What went wrong:


A problem occurred evaluating project ':app'.
> Value is null

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 941ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 41

* What went wrong:


A problem occurred evaluating project ':app'.
> Value is null

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 41

* What went wrong:


A problem occurred evaluating project ':app'.
> Value is null

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

> Task :tasks

------------------------------------------------------------
Tasks runnable from root project 'DAPIS'
------------------------------------------------------------

Application tasks
-----------------
run - Runs this project as a JVM application

Build tasks
-----------
assemble - Assembles the outputs of this project.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on
it.
buildNeeded - Assembles and tests this project and all projects it depends on.
classes - Assembles main classes.
clean - Deletes the build directory.
jar - Assembles a jar archive containing the main classes.
testClasses - Assembles test classes.

Build Setup tasks


-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Distribution tasks
------------------
assembleDist - Assembles the main distributions
distTar - Bundles the project as a distribution.
distZip - Bundles the project as a distribution.
installDist - Installs the project as a distribution as-is.

Documentation tasks
-------------------
javadoc - Generates Javadoc API documentation for the main source code.

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project
'DAPIS'.
dependencies - Displays all dependencies declared in root project 'DAPIS'.
dependencyInsight - Displays the insight into a specific dependency in root project
'DAPIS'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'DAPIS'.
projects - Displays the sub-projects of root project 'DAPIS'.
properties - Displays the properties of root project 'DAPIS'.
resolvableConfigurations - Displays the configurations that can be resolved in root
project 'DAPIS'.
tasks - Displays the tasks runnable from root project 'DAPIS' (some of the
displayed tasks may belong to subprojects).

Verification tasks
------------------
check - Runs all checks.
test - Runs the test suite.

To see all tasks and more detail, run gradle tasks --all

To see more detail about a task, run gradle help --task <task>

BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed
abuodeh1@Mohammads-MacBook-Air myapp % touch build.gradle
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 2

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Value is null
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 803ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 26

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Value is null

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 984ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 15

* What went wrong:


Could not compile build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle': 15: only buildscript
{}, pluginManagement {} and other plugins {} script blocks are allowed before
plugins {} blocks, no other statements are allowed

See https://docs.gradle.org/8.0.2/userguide/plugins.html#sec:plugins_block for


information on the plugins {} block

@ line 15, column 1.


plugins {
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org


BUILD FAILED in 8s
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

> Task :tasks

------------------------------------------------------------
Tasks runnable from root project 'DAPIS'
------------------------------------------------------------

Application tasks
-----------------
run - Runs this project as a JVM application

Build tasks
-----------
assemble - Assembles the outputs of this project.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that depend on
it.
buildNeeded - Assembles and tests this project and all projects it depends on.
classes - Assembles main classes.
clean - Deletes the build directory.
jar - Assembles a jar archive containing the main classes.
testClasses - Assembles test classes.

Build Setup tasks


-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Distribution tasks
------------------
assembleDist - Assembles the main distributions
distTar - Bundles the project as a distribution.
distZip - Bundles the project as a distribution.
installDist - Installs the project as a distribution as-is.

Documentation tasks
-------------------
javadoc - Generates Javadoc API documentation for the main source code.

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project
'DAPIS'.
dependencies - Displays all dependencies declared in root project 'DAPIS'.
dependencyInsight - Displays the insight into a specific dependency in root project
'DAPIS'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'DAPIS'.
projects - Displays the sub-projects of root project 'DAPIS'.
properties - Displays the properties of root project 'DAPIS'.
resolvableConfigurations - Displays the configurations that can be resolved in root
project 'DAPIS'.
tasks - Displays the tasks runnable from root project 'DAPIS' (some of the
displayed tasks may belong to subprojects).

Verification tasks
------------------
check - Runs all checks.
test - Runs the test suite.

To see all tasks and more detail, run gradle tasks --all

To see more detail about a task, run gradle help --task <task>

BUILD SUCCESSFUL in 3s
1 actionable task: 1 executed
abuodeh1@Mohammads-MacBook-Air myapp % gradle printVersion

FAILURE: Build failed with an exception.

* What went wrong:


Task 'printVersion' not found in root project 'DAPIS' and its subprojects.

* Try:
> Run gradle tasks to get a list of available tasks.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 894ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle printVersion

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 16

* What went wrong:


Could not compile build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle': 16: only buildscript
{}, pluginManagement {} and other plugins {} script blocks are allowed before
plugins {} blocks, no other statements are allowed

See https://docs.gradle.org/8.0.2/userguide/plugins.html#sec:plugins_block for


information on the plugins {} block

@ line 16, column 1.


plugins {
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion
FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle' line: 16

* What went wrong:


Could not compile build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/myapp/app/build.gradle': 16: only buildscript
{}, pluginManagement {} and other plugins {} script blocks are allowed before
plugins {} blocks, no other statements are allowed

See https://docs.gradle.org/8.0.2/userguide/plugins.html#sec:plugins_block for


information on the plugins {} block

@ line 16, column 1.


plugins {
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % cd ..
abuodeh1@Mohammads-MacBook-Air Desktop % rm -r myapp
abuodeh1@Mohammads-MacBook-Air Desktop % ls
Project Documentation Screenshot 2023-02-23 at 7.24.07 AM.png
Screenshot 2023-03-05 at 6.57.01 PM.png
Screenshot 2023-01-26 at 4.14.09 PM.png Screenshot 2023-02-23 at 8.13.36
AM.png Skeleton Feedback.pdf
Screenshot 2023-02-19 at 11.43.24 AM.png Screenshot 2023-03-01 at 11.39.46 AM.png
screenshots
Screenshot 2023-02-19 at 11.43.44 AM.png Screenshot 2023-03-01 at 11.46.35 AM.png
web_dapis
abuodeh1@Mohammads-MacBook-Air Desktop % mkdir myapp
abuodeh1@Mohammads-MacBook-Air Desktop % cd myapp
abuodeh1@Mohammads-MacBook-Air myapp % ls
abuodeh1@Mohammads-MacBook-Air myapp % gradle init

Select type of project to generate:


1: basic
2: application
3: library
4: Gradle plugin
Enter selection (default: basic) [1..4] 1

Select build script DSL:


1: Groovy
2: Kotlin
Enter selection (default: Groovy) [1..2] 1
Generate build using new APIs and behavior (some features may change in the next
minor release)? (default: no) [yes, no] yes
Project name (default: myapp): DAPIS

> Task :init


Get more help with your project: Learn more about Gradle by exploring our samples
at https://docs.gradle.org/8.0.2/samples

BUILD SUCCESSFUL in 27s


2 actionable tasks: 2 executed
abuodeh1@Mohammads-MacBook-Air myapp % ls
build.gradle gradle gradlew gradlew.bat settings.gradle
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion
Version: 0.1-SNAPSHOT
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'Name' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 933ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'Name' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 785ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'Name' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 984ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'Name' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 987ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'Name' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 916ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.


* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Cannot set the value of read-only property 'name' for root project 'DAPIS' of
type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 985ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Cannot set the value of read-only property 'name' for root project 'DAPIS' of
type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 927ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 9

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Cannot set the value of read-only property 'name' for root project 'DAPIS' of
type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 874ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.


* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2@332cc904] on task ':printMyName' of
type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2@4e751e4a] on task ':printMyName' of
type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2@fe1363e] on task ':printMyName' of
type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org


BUILD FAILED in 959ms
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure1@3235143c] on task ':printMyName' of
type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 994ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName

FAILURE: Build failed with an exception.

* What went wrong:


Task 'printMyName' not found in root project 'DAPIS'.

* Try:
> Run gradle tasks to get a list of available tasks.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion
Version: 0.1-SNAPSHOT
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
Version: 0.1-SNAPSHOT
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
Version: 0.1-SNAPSHOT
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion
Version: 0.1-SNAPSHOT
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Cannot set the value of read-only property 'name' for root project 'DAPIS' of
type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 979ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 16

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'name1' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 978ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'name1' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 916ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 19

* What went wrong:


Execution failed for task ':printVersion1'.
> Could not get unknown property 'name1' for task ':printVersion1' of type
org.gradle.api.DefaultTask.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 998ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
<-------my name is name
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
my name is name
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 17

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2@11ad222e] on task ':printVersion1'
of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure1@669b72ee] on task ':printVersion1'
of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 949ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 18

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method myname() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2$_closure4@7ec690ad] on task
':printVersion1' of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
my name is name
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
my name is name
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 18

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method doLast1() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2$_closure4@5d643af2] on task
':printVersion1' of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 984ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
my name:
my name is name
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 18

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method doFirst1() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2$_closure4@52d5a3ba] on task
':printVersion1' of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 868ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 17

* What went wrong:


Could not compile build file '/Users/abuodeh1/Desktop/myapp/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/myapp/build.gradle': 17: Unexpected input:
'{' @ line 17, column 20.
task printVersion1 {
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 849ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 18

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method doTask() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2$_closure4@7c9e66ec] on task
':printVersion1' of type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 998ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
my name is Mohammad Ali
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q hello

FAILURE: Build failed with an exception.


* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 26

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure3@52c2b614] on task ':hello' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 927ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle hello

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 26

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure3@10e83b6] on task ':hello' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 788ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q hello

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 26

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure3@54d168a6] on task ':hello' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 910ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q hello

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure1@3f6ceea] on task ':hello' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 955ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q hello

FAILURE: Build failed with an exception.

* What went wrong:


Task 'hello' not found in root project 'DAPIS'. Some candidates are: 'help'.

* Try:
> Run gradle tasks to get a list of available tasks.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 992ms


^[[A%
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion1
my name is Mohammad Ali
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printVersion
Version: 0.1-SNAPSHOT
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName
my name is Mohammad Ali
abuodeh1@Mohammads-MacBook-Air myapp % gradle -h

To see help contextual to the project, use gradle help

USAGE: gradle [option...] [task...]

-?, -h, --help Shows this help message.


-a, --no-rebuild Do not rebuild project dependencies.
-b, --build-file Specify the build file. [deprecated]
--build-cache Enables the Gradle build cache. Gradle will try
to reuse outputs from previous builds.
-c, --settings-file Specify the settings file. [deprecated]
--configuration-cache Enables the configuration cache. Gradle will try
to reuse the build configuration from previous builds. [incubating]
--configuration-cache-problems Configures how the configuration cache handles
problems (fail or warn). Defaults to fail. [incubating]
--configure-on-demand Configure necessary projects only. Gradle will
attempt to reduce configuration time for large multi-project builds. [incubating]
--console Specifies which type of console output to
generate. Values are 'plain', 'auto' (default), 'rich' or 'verbose'.
--continue Continue task execution after a task failure.
-D, --system-prop Set system property of the JVM (e.g. -
Dmyprop=myvalue).
-d, --debug Log in debug mode (includes normal stacktrace).
--daemon Uses the Gradle daemon to run the build. Starts
the daemon if not running.
--export-keys Exports the public keys used for dependency
verification.
-F, --dependency-verification Configures the dependency verification mode.
Values are 'strict', 'lenient' or 'off'.
--foreground Starts the Gradle daemon in the foreground.
-g, --gradle-user-home Specifies the Gradle user home directory.
Defaults to ~/.gradle
-I, --init-script Specify an initialization script.
-i, --info Set log level to info.
--include-build Include the specified build in the composite.
-M, --write-verification-metadata Generates checksums for dependencies used in the
project (comma-separated list)
-m, --dry-run Run the builds with all task actions disabled.
--max-workers Configure the number of concurrent workers
Gradle is allowed to use.
--no-build-cache Disables the Gradle build cache.
--no-configuration-cache Disables the configuration cache. [incubating]
--no-configure-on-demand Disables the use of configuration on demand.
[incubating]
--no-daemon Do not use the Gradle daemon to run the build.
Useful occasionally if you have configured Gradle to always run with the daemon by
default.
--no-parallel Disables parallel execution to build projects.
--no-scan Disables the creation of a build scan. For more
information about build scans, please visit https://gradle.com/build-scans.
--no-watch-fs Disables watching the file system.
--offline Execute the build without accessing network
resources.
-P, --project-prop Set project property for the build script (e.g.
-Pmyprop=myvalue).
-p, --project-dir Specifies the start directory for Gradle.
Defaults to current directory.
--parallel Build projects in parallel. Gradle will attempt
to determine the optimal number of executor threads to use.
--priority Specifies the scheduling priority for the Gradle
daemon and all processes launched by it. Values are 'normal' (default) or 'low'
--profile Profile build execution time and generates a
report in the <build_dir>/reports/profile directory.
--project-cache-dir Specify the project-specific cache directory.
Defaults to .gradle in the root project directory.
-q, --quiet Log errors only.
--refresh-keys Refresh the public keys used for dependency
verification.
--rerun-tasks Ignore previously cached task results.
-S, --full-stacktrace Print out the full (very verbose) stacktrace for
all exceptions.
-s, --stacktrace Print out the stacktrace for all exceptions.
--scan Creates a build scan. Gradle will emit a warning
if the build scan plugin has not been applied. (https://gradle.com/build-scans)
--status Shows status of running and recently stopped
Gradle daemon(s).
--stop Stops the Gradle daemon if it is running.
-t, --continuous Enables continuous build. Gradle does not exit
and will re-execute tasks when task file inputs change.
-U, --refresh-dependencies Refresh the state of dependencies.
--update-locks Perform a partial update of the dependency lock,
letting passed in module notations change version. [incubating]
-V, --show-version Print version info and continue.
-v, --version Print version info and exit.
-w, --warn Set log level to warn.
--warning-mode Specifies which mode of warnings to generate.
Values are 'all', 'fail', 'summary'(default) or 'none'
--watch-fs Enables watching the file system for changes,
allowing data about the file system to be re-used for the next build.
--write-locks Persists dependency resolution for locked
configurations, ignoring existing locking information if it exists
-x, --exclude-task Specify a task to be excluded from execution.
-- Signals the end of built-in options. Gradle
parses subsequent parameters as only tasks or task options.

abuodeh1@Mohammads-MacBook-Air myapp % gradle printMyName

> Task :printMyName


my name is Mohammad Ali

BUILD SUCCESSFUL in 778ms


1 actionable task: 1 executed
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName
my name is Mohammad Ali
abuodeh1@Mohammads-MacBook-Air myapp % gradle -s printMyName

> Task :printMyName


my name is Mohammad Ali

BUILD SUCCESSFUL in 742ms


1 actionable task: 1 executed
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printMyName
my name is Mohammad Ali
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q print-info

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 17

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method info() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure2@70540540] on root project 'DAPIS' of
type org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org


BUILD FAILED in 967ms
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q print-info

FAILURE: Build failed with an exception.

* What went wrong:


Task 'print-info' not found in root project 'DAPIS'. Some candidates are:
'printInfo'.

* Try:
> Run gradle tasks to get a list of available tasks.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 994ms


^[[A%
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q printInfo
my name is Mohammad Ali
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q print_info
my name is Mohammad Ali
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q print$info

FAILURE: Build failed with an exception.

* What went wrong:


Task 'print' is ambiguous in root project 'DAPIS'. Candidates are: 'print$info',
'printVersion'.

* Try:
> Run gradle tasks to get a list of available tasks.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 853ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q _info
my name is Mohammad Ali
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q info
Your project name is info
Your project path is :info
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q info
Your project name is DAPIS
Your project path is :info
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q info
Your project name is DAPIS
Your project path is :
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q info
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q info
Your project name is DAPIS
0 1 2 3 Your project path is /Users/abuodeh1/Desktop/myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q count
FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 26

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure3@4437da5f] on task ':count' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 963ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q hello

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 26

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method leftShift() for arguments
[build_4on5zim1il66pdv6jv7q3k5q1$_run_closure3@2a3b38c] on task ':hello' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 908ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q info
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax2
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 26
* What went wrong:
A problem occurred evaluating root project 'DAPIS'.
> Cannot add task 'infoSyntax1' as a task with that name already exists.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 944ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1.doLast

FAILURE: Build failed with an exception.

* What went wrong:


Task 'infoSyntax1.doLast' not found in root project 'DAPIS'.

* Try:
> Run gradle tasks to get a list of available tasks.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 35

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not create task 'infoSyntax3': Unknown argument(s) in task definition:
[dependOn]

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
Your project name is DAPIS
Your project path is /Users/abuodeh1/Desktop/myapp
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
Your project name is DAPIS - task 2
Your project path is /Users/abuodeh1/Desktop/myapp - task 2
Your project name is DAPIS - task 3
Your project path is /Users/abuodeh1/Desktop/myapp - task 3
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax2
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
Your project name is DAPIS - task 2
Your project path is /Users/abuodeh1/Desktop/myapp - task 2
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Your project name is DAPIS - task 1
Version: 0.1-SNAPSHOT
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3
Your project name is DAPIS - task 1
Version: 0.1-SNAPSHOT
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
Your project name is DAPIS - task 2
Your project path is /Users/abuodeh1/Desktop/myapp - task 2
Your project name is DAPIS - task 3
Your project path is /Users/abuodeh1/Desktop/myapp - task 3
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Your project name is DAPIS - task 1
Version: 0.1-SNAPSHOT
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3
Your project name is DAPIS - task 1
Version: 0.1-SNAPSHOT
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
Your project name is DAPIS - task 2
Your project path is /Users/abuodeh1/Desktop/myapp - task 2
Your project name is DAPIS - task 3
Your project path is /Users/abuodeh1/Desktop/myapp - task 3
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3

FAILURE: Build failed with an exception.


* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 49

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> No signature of method:
org.gradle.api.internal.tasks.DefaultTaskDependency$TaskDependencySet.getAt() is
applicable for argument types: (ArrayList) values: [[infoSyntax1, infoSyntax2,
infoSyntax3]]
Possible solutions: getAt(int), getAt(java.lang.String), getAt(java.lang.String),
head(), putAt(java.lang.String, java.lang.Object), wait()

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 924ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 49

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> No signature of method:
org.gradle.api.internal.tasks.DefaultTaskDependency$TaskDependencySet.getAt() is
applicable for argument types: (ArrayList) values: [[infoSyntax1, infoSyntax2]]
Possible solutions: getAt(int), getAt(java.lang.String), getAt(java.lang.String),
head(), putAt(java.lang.String, java.lang.Object), wait()

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 49

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not get unknown property 'infoSyntax2' for task ':infoSyntax3' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3

FAILURE: Build failed with an exception.

* What went wrong:


Circular dependency between the following tasks:
:infoSyntax1
\--- :infoSyntax1 (*)

(*) - details omitted (listed previously)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 49

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not get unknown property 'infoSyntax2' for task ':infoSyntax3' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 49

* What went wrong:


Could not compile build file '/Users/abuodeh1/Desktop/myapp/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/myapp/build.gradle': 49: Unexpected input:
'[' @ line 49, column 23.
infoSyntax3.dependsOn ['infoSyntax1' 'infoSyntax2']
^
1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 926ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 49

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> No signature of method:
org.gradle.api.internal.tasks.DefaultTaskDependency$TaskDependencySet.getAt() is
applicable for argument types: (ArrayList) values: [[infoSyntax1, infoSyntax2]]
Possible solutions: getAt(int), getAt(java.lang.String), getAt(java.lang.String),
head(), putAt(java.lang.String, java.lang.Object), wait()

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax3
Version: 0.1-SNAPSHOT
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
Your project name is DAPIS - task 2
Your project path is /Users/abuodeh1/Desktop/myapp - task 2
Your project name is DAPIS - task 3
Your project path is /Users/abuodeh1/Desktop/myapp - task 3
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax١

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 19

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method from() for arguments [resources] on task ':infoSyntax1' of
type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org

BUILD FAILED in 9s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 19

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not find method from() for arguments [resources] on task ':infoSyntax1' of
type org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 955ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Your project name is DAPIS - task 1
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks

> Task :tasks

------------------------------------------------------------
Tasks runnable from root project 'DAPIS'
------------------------------------------------------------

Build Setup tasks


-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project
'DAPIS'.
dependencies - Displays all dependencies declared in root project 'DAPIS'.
dependencyInsight - Displays the insight into a specific dependency in root project
'DAPIS'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'DAPIS'.
projects - Displays the sub-projects of root project 'DAPIS'.
properties - Displays the properties of root project 'DAPIS'.
resolvableConfigurations - Displays the configurations that can be resolved in root
project 'DAPIS'.
tasks - Displays the tasks runnable from root project 'DAPIS'.

To see all tasks and more detail, run gradle tasks --all
To see more detail about a task, run gradle help --task <task>

BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks --all

> Task :tasks

------------------------------------------------------------
Tasks runnable from root project 'DAPIS'
------------------------------------------------------------

Build Setup tasks


-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.

Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project
'DAPIS'.
dependencies - Displays all dependencies declared in root project 'DAPIS'.
dependencyInsight - Displays the insight into a specific dependency in root project
'DAPIS'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'DAPIS'.
projects - Displays the sub-projects of root project 'DAPIS'.
properties - Displays the properties of root project 'DAPIS'.
resolvableConfigurations - Displays the configurations that can be resolved in root
project 'DAPIS'.
tasks - Displays the tasks runnable from root project 'DAPIS'.

Other tasks
-----------
components - Displays the components produced by root project 'DAPIS'. [deprecated]
dependentComponents - Displays the dependent components of components in root
project 'DAPIS'. [deprecated]
infoSyntax1 - Copies the resource directory to the target directory.
infoSyntax2
infoSyntax3
model - Displays the configuration model of root project 'DAPIS'. [deprecated]
prepareKotlinBuildScriptModel
printVersion

BUILD SUCCESSFUL in 821ms


1 actionable task: 1 executed
abuodeh1@Mohammads-MacBook-Air myapp % gradle tasks --all

> Task :tasks

------------------------------------------------------------
Tasks runnable from root project 'DAPIS'
------------------------------------------------------------

Build Setup tasks


-----------------
init - Initializes a new Gradle build.
wrapper - Generates Gradle wrapper files.
Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project
'DAPIS'.
dependencies - Displays all dependencies declared in root project 'DAPIS'.
dependencyInsight - Displays the insight into a specific dependency in root project
'DAPIS'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'DAPIS'.
projects - Displays the sub-projects of root project 'DAPIS'.
properties - Displays the properties of root project 'DAPIS'.
resolvableConfigurations - Displays the configurations that can be resolved in root
project 'DAPIS'.
tasks - Displays the tasks runnable from root project 'DAPIS'.

Other tasks
-----------
components - Displays the components produced by root project 'DAPIS'. [deprecated]
dependentComponents - Displays the dependent components of components in root
project 'DAPIS'. [deprecated]
infoSyntax1 - Copies the resource directory to the target directory.
infoSyntax2
infoSyntax3
model - Displays the configuration model of root project 'DAPIS'. [deprecated]
prepareKotlinBuildScriptModel
printVersion

BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
This extracted doFirst operation.
Your project path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
This extracted doFirst operation.
Your project is project.name in path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
This extracted doFirst operation.
Your project is DAPIS in path is /Users/abuodeh1/Desktop/myapp - task 1
<-------------> 0% WAITING
> IDLE
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
This extracted doFirst operation.
Your project is DAPIS in path is /Users/abuodeh1/Desktop/myapp - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
This extracted doFirst operation.
Your project is 'DAPIS' in path is '/Users/abuodeh1/Desktop/myapp' - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 30
* What went wrong:
Could not compile build file '/Users/abuodeh1/Desktop/myapp/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/myapp/build.gradle': 30: Unexpected
character: '\'' @ line 30, column 22.
project.hasProperty('versions)
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 830ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
This extracted doFirst operation.
Your project is 'DAPIS' in path is '/Users/abuodeh1/Desktop/myapp' - task 1
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Can

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 27

* What went wrong:


Execution failed for task ':infoSyntax1'.
> Cannot get property 't perform the task due to missing property usingIDE.' on
null object

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 27

* What went wrong:


Could not compile build file '/Users/abuodeh1/Desktop/myapp/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/myapp/build.gradle': 27: Unexpected
character: '\'' @ line 27, column 67.
to missing property usingIDE.'
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Can't perform the task due to missing property usingIDE.

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 28

* What went wrong:


Execution failed for task ':infoSyntax1'.
> Could not get unknown property 'usingIDE' for task ':infoSyntax1' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 27

* What went wrong:


Could not compile build file '/Users/abuodeh1/Desktop/myapp/build.gradle'.
> startup failed:
build file '/Users/abuodeh1/Desktop/myapp/build.gradle': 27: Unexpected
character: '\'' @ line 27, column 69.
to missing property usingIDE.'
^

1 error

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org

BUILD FAILED in 846ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Can"t perform the task due to missing property usingIDE.

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 28

* What went wrong:


Execution failed for task ':infoSyntax1'.
> Could not get unknown property 'usingIDE' for task ':infoSyntax1' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 980ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Can't perform the task due to missing property usingIDE.

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 28

* What went wrong:


Execution failed for task ':infoSyntax1'.
> Could not get unknown property 'usingIDE' for task ':infoSyntax1' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 918ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1
Version: 0.1-SNAPSHOT
Can't perform the task due to missing property usingIDE.

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 28

* What went wrong:


Execution failed for task ':infoSyntax1'.
> Could not get unknown property 'usingIDE' for task ':infoSyntax1' of type
org.gradle.api.DefaultTask.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 926ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'usingIDE' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 910ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'usingIDE' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 959ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'usingIDE' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 911ms


abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'usingIDE' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 10

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'usingIDE' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 37
* What went wrong:
A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'springVersion' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
abuodeh1@Mohammads-MacBook-Air myapp % gradle -q infoSyntax1

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/abuodeh1/Desktop/myapp/build.gradle' line: 37

* What went wrong:


A problem occurred evaluating root project 'DAPIS'.
> Could not set unknown property 'springVersion' for root project 'DAPIS' of type
org.gradle.api.Project.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 946ms


abuodeh1@Mohammads-MacBook-Air myapp %

You might also like