@@ -107,6 +107,15 @@ The subdirectory `java-maven` contains prepared Windows batches:
107
107
- ` 02-run.cmd ` - runs the built Java archive (JAR)
108
108
- ` 03-clean.cmd ` - cleans the Maven project
109
109
110
+ #### 4.2. Gradle Build Tool
111
+ - install [ Gradle Build Tool] on your computer
112
+ - add the Gradle directory (where the batch ` gradle.bat ` locates) to the OS environment ` %PATH% ` variable
113
+
114
+ The subdirectory ` java-gradle ` contains prepared Windows batches:
115
+ - ` 01-build.cmd ` - cleans, compiles and builds the Gradle project
116
+ - ` 02-run.cmd ` - runs the built Java archive (JAR)
117
+ - ` 03-clean.cmd ` - cleans the Gradle project
118
+
110
119
## Versions
111
120
Now in August 2020 I have the computer with ** Windows 10 Pro 64bit** , ** 12GB RAM** and available ** 50GB free HDD space**
112
121
@@ -118,6 +127,7 @@ Now in August 2020 I have the computer with **Windows 10 Pro 64bit**, **12GB RAM
118
127
| [ Microsoft SQL Server Management Studio] | 18.6 | |
119
128
| [ Java JDK] | 14.0.1 | Java(TM) SE Runtime Environment (build 14.0.1+7) |
120
129
| [ Apache Maven] | 3.6.3 | |
130
+ | [ Gradle Build Tool] | 6.3 | |
121
131
122
132
## To do (my plans to the future)
123
133
@@ -128,3 +138,4 @@ Now in August 2020 I have the computer with **Windows 10 Pro 64bit**, **12GB RAM
128
138
[ Microsoft SQL Server Management Studio ] : < https://docs.microsoft.com/en-us/sql/tools/overview-sql-tools?view=sql-server-ver15 >
129
139
[ Java JDK ] : < https://www.oracle.com/java/technologies/javase-downloads.html >
130
140
[ Apache Maven ] : < https://maven.apache.org/ >
141
+ [ Gradle Build Tool ] : < https://gradle.org/ >
0 commit comments