Yaraslau Lazakovich
Yaraslau Lazakovich
```yaml - name: Set up JDK uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 with: distribution: "corretto" cache: "gradle" java-version: "17" - name: Build with Gradle uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4 with: gradle-version: 8.10 ```...
**What would you like to change about the program?** Your `entrypoint.sh` uses > shopt -s globstar I would suggesting to add global option with default value > -s globstar but...
**Describe the bug** After bumping to `2.4.0` started reproducing an issue with using the following method `random().nextInt(1, Integer.MAX_VALUE)` 2.3.1 - works fine 2.4.0 - has a bug **To Reproduce** ❌...