mrguamos

Results 5 comments of mrguamos

I have a multi module java project and jenkins for CI parent(build) ——common lib ——app1 ——app2 ——app3 Each apps can be built and published(docker image) separately. Is it possible to...

I think managed to make it work using this block ``` task affectedModule(dependsOn: 'build') { println("Is ${project.name} Affected? : "+ com.dropbox.affectedmoduledetector.AffectedModuleDetector.isProjectAffected(project)) } ``` but `isProjectAffected` always returns false. output log...

silent_redirect_uri is used for querySessionStatus

I’m experiencing this issue as well. May I submit a PR to address it?