79442079

Date: 2025-02-15 19:05:13
Score: 1.5
Natty:
Report link

A big thank you for all your help, after configuring the shadow plug in and running ./gradlew shadowJar, the issue was resolved. Added these to the build.gradle

plugins {
    id 'java'
    id 'com.github.johnrengelman.shadow' version '8.1.1'
}
shadowJar {
    archiveClassifier.set('')
    manifest {
        attributes('Main-Class': 'org.example.Main')
    }
}
Reasons:
  • Blacklisted phrase (0.5): thank you
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nguyễn Nam Vinh