life is too short for a diary



Posts Tagged: maven

Publish your Java Library to Maven Local Using Gradle

You can publish your Java libraries to the Maven Local repository, enabling developers to easily test and share their work within their local environment. Maven Local is a local repository on your machine that cache downloaded dependencies and stores your own project's artifacts (e.g. JAR files). This allows for faster builds and provide an easy way to share artifact across different projects without the need to publish them to a remote repository...

Continue reading → maven gradle



Resolving Netty's DNS Resolution Error on MacOS M1 Systems

Developers using Netty on MacOS M1 systems may encounter an error indicating a missing DNS resolver library. This error arises because Netty utilizes native code for optimal DNS resolution, and the necessary library might not be present on M1 systems...

Continue reading → macos gradle maven