Skip to content

Commit 537d018

Browse files
committed
Java/Gradle - update the README.md
1 parent 1385948 commit 537d018

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ The subdirectory `java-maven` contains prepared Windows batches:
107107
- `02-run.cmd` - runs the built Java archive (JAR)
108108
- `03-clean.cmd` - cleans the Maven project
109109

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+
110119
## Versions
111120
Now in August 2020 I have the computer with **Windows 10 Pro 64bit**, **12GB RAM** and available **50GB free HDD space**
112121

@@ -118,6 +127,7 @@ Now in August 2020 I have the computer with **Windows 10 Pro 64bit**, **12GB RAM
118127
| [Microsoft SQL Server Management Studio] | 18.6 | |
119128
| [Java JDK] | 14.0.1 | Java(TM) SE Runtime Environment (build 14.0.1+7) |
120129
| [Apache Maven] | 3.6.3 | |
130+
| [Gradle Build Tool] | 6.3 | |
121131

122132
## To do (my plans to the future)
123133

@@ -128,3 +138,4 @@ Now in August 2020 I have the computer with **Windows 10 Pro 64bit**, **12GB RAM
128138
[Microsoft SQL Server Management Studio]: <https://docs.microsoft.com/en-us/sql/tools/overview-sql-tools?view=sql-server-ver15>
129139
[Java JDK]: <https://www.oracle.com/java/technologies/javase-downloads.html>
130140
[Apache Maven]: <https://maven.apache.org/>
141+
[Gradle Build Tool]: <https://gradle.org/>

0 commit comments

Comments
 (0)