Martin Engström
Results
2
issues of
Martin Engström
Hello, I am trying to do `mvn clean install` but some tests fail due to some files being used by other parts of the system while a test is to...
I included this code at the top of the file: ``` buildscript { repositories { mavenCentral() } dependencies { classpath 'com.guardsquare:proguard-gradle:7.6.1' } } ``` I included this code after the...