Minionguyjpro

Results 115 comments of Minionguyjpro

> @Minionguyjpro sure give that a try, it could be a bit harder though since it depends on some maven plugins. True, but we use maven central as repository when...

No, there is no need for that actually since Gradle supports the Maven Central repository and it can download all of the same plugins from there just fine and build...

> No, there is no need for that actually since Gradle supports the Maven Central repository and it can download all of the same plugins from there just fine and...

Oh it generates them, but could you just explain me what the AP-TEST-SERVER one is different from the other generated one in target? Op di 30 apr. 2024 22:10 schreef...

> @Minionguyjpro Ahh thats what you meant. The jar in AP-TEST-SERVER is simply the shaded jar that was moved from /target into that directory. > > In AP-TEST-SERVER, you can...

> > @Minionguyjpro Ahh thats what you meant. The jar in AP-TEST-SERVER is simply the shaded jar that was moved from /target into that directory. > > In AP-TEST-SERVER, you...

![afbeelding](https://github.com/Osiris-Team/AutoPlug-Client/assets/66115754/5a3ddaea-ee69-4cbf-910e-d60164860372) Okay @Osiris-Team I got tests to work, but do you know why this one here fails?

> ![afbeelding](https://private-user-images.githubusercontent.com/66115754/327094796-5a3ddaea-ee69-4cbf-910e-d60164860372.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQ1NTY1MjIsIm5iZiI6MTcxNDU1NjIyMiwicGF0aCI6Ii82NjExNTc1NC8zMjcwOTQ3OTYtNWEzZGRhZWEtZWU2OS00Y2JmLTkxMGUtZDYwMTY0ODYwMzcyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MDElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTAxVDA5MzcwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJhMzlkNmZlYjIzYjgzZGE5YWEyY2Q4MDNiYzk5ODg4NGFlMTlmNDY3ZWJkN2ViMWQyNjBjZmFlZDY4ZGVjZDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.QhUtRhrnwqdjvjPeJZIkgA_nY7eHHYbrpmhtwR470vM) Okay @Osiris-Team I got tests to work, but do you know why this one here fails? Maven also seems to fail the same test.

Ah nevermind you exclude the test task. I now successfully got to replicate the same names (Shaded ``AutoPlug-Client.jar`` in ``AP-TEST-SERVER`` and ``original-AutoPlug-Client.jar`` in ``build/libs``). Will need to do some manual...

> @Minionguyjpro in pom.xml there is a section that creates and includes an autoplug.properties file in the jar with the version, so you must replicate that too in gradle. Okay...