Learn how to pass command-line arguments from Gradle
Also find me here:
Baeldung Author
Sorin Zamfir
Sorin is a passionate Software Engineer with experience in telecoms and automotive industries. He's particularly interested in computer networks and IoT. When he's not hacking stuff, he enjoys playing football and traveling.
Here's what I've written (so far):
Baeldung on Java
- All
- Gradle (2)
- Docker (1)
Gradle Source Sets
Filed under Gradle
Learn a powerful way to structure source code in Gradle projects
Getting Docker Container From Docker Engine API
Filed under Docker
Learn how to get docker container information using the Docker Engine API.
Baeldung on Linux
- All
- Scripting (1)
- Networking (1)
Command Substitution
Filed under Scripting
Use command substitution when we need to use the output of other commands in our scripting logic
Obtaining an SSL Certificate from the Server
Filed under Networking
Sometimes, we need to retrieve the SSL certificate from a server for further processing. Let’s see how we can do this in Linux.