Skip to content
Snippets Groups Projects
Commit 377a8b5d authored by Chao Zhan's avatar Chao Zhan
Browse files

add exercise

parent 0687c963
No related branches found
No related tags found
No related merge requests found
...@@ -116,3 +116,21 @@ tasks.register<JavaExec>("<task-name>") { ...@@ -116,3 +116,21 @@ tasks.register<JavaExec>("<task-name>") {
``` ```
See live demo in the tutorial. See live demo in the tutorial.
---
title: Gradle III
---
## Exercises I
<br/>
- Create a new Gradle project
- Adapt the java files in `exercises/client-server` to the project
- Write a task in the Gradle build script to run the server
## Exercises II
<br/>
- Using threads to handle multiple clients in the server
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment