Matías Beccaria

Results 13 comments of Matías Beccaria

Hi, is there a plan to fix this issue?

Hi @dimitris-kavvathas-sonarsource ``` sh-4.4$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-7 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s):...

> personal access token Hi! Only work with Personal Access Token? I tried to configure it with an Gitlab OAuth application but it didn't work for me.

@sabre1041 thanks for the reply. It's also not clear to me if with an Oauth application token currently, should it work? Regards, M.

> Pending a resolution to [gradle/gradle#27156](https://github.com/gradle/gradle/issues/27156) Hi, the issue was resolved! https://github.com/gradle/gradle/issues/27156

Hello @jeremylong, is there any possibility to re-activate this PR?

Hi @jeremylong , I´ve a problem with quarkus gradle plugin, because it has **com.h2database:h2:2.2.224** on their classpath. I posted a question in StackOverflow, do you have any ideas about it?...

> Aren't breaking changes on minor versions great fun? You could try constraints: https://stackoverflow.com/a/57636110 > > Also, is this a multi-project build and/or have a buildSrc? You might need to...

I found a solution!, thanks @jeremylong **build.gradle**: ``` buildscript { configurations.classpath { resolutionStrategy { force 'com.h2database:h2:2.1.214' } } } plugins { id 'java' id 'org.owasp.dependencycheck' version '9.0.9' id 'io.quarkus' }...

Hi @avaakash , when i try to connect a new chaos-hub repo via https with a self-signed certificate, I have the following error on litmus-portal-server: Error in cloningtime="2022-10-11T21:10:30Z" level=error msg="Get...