Brian Oxley (binkley)
Brian Oxley (binkley)
Good recommendations for an "elegant" `README.md`: https://www.yegor256.com/2019/04/23/elegant-readme.html Examples: - Use badges on the project - Quick "getting started" section - Maintainers list - etc
This function: ``` function api-tests { $run ./gradlew bootRun & $run trap "kill $!" EXIT $run sleep 30 $run ./gradlew apiTest } ``` generates an "Unexpected token" error starting at...
I'm Ubuntu Linux running in WSL on Windows 11. ``` $ curl -Lo just.zip https://github.com/maciejwalkowiak/just/releases/latest/download/just-0.13.0-linux-x86_64.zip # output omitted $ file just.zip just.zip: ASCII text, with no line terminators $ cat...
### What went wrong? @mikejholly I'm looking up this error for a Win11 WSL2 Ubuntu build, and was caught off guard: it doesn't seem relevant to my cmd line OS...
If you are submitting a **bug**, please include the following: - [x] summary of problem - [x] Gradle or Maven version - [x] spotless version - [x] operating system and...
I appreciate this plugin and the Maven version (https://github.com/apache/maven-jdeps-plugin). Maybe I should file this issue be tied into Apache? What I'd like is: - A report on my dependencies. JDeps...
The Gradle build is missing the equivalent of Maven's "enforcer" plugin to ensure that the build runs on the right version of Gradle. This means updating `gradle.properties`, `settings.gradle`, and `build.gradle`....
While working on #483 and fixing javadoc there to raise readability of the PR https://github.com/binkley/modern-java-practices/pull/601, I realized we are not capturing Javadoc for projects. ---- A successful project is not...
Howdy! I'm looking to replace the `system-lambda` test library with small, local, bespoke code. This library specializes in nicer Java code for messing with `System` globals in the JVM such...
**Cannot reproduce** -- Monitor the build times to see if this happens again (local and CI).** **Related to epic #565.** While rerunning a failed PR build, I spotted this in...