Replacement of gradle-offline-dependencies-plugin
Tomo: Things I checked: https://plugins.gradle.org/plugin/gov.chesapeaketechnology.offline-dependencies does not provide license. What do you mean? Apache License 2.0 is the published license that...
View ArticleHow to add a folder to the test runtime resources
Hi all, TL:DR How can I add the folder “WEB-INF/classes” to the test runtime resources folders in Gradle 4.10? Adding it to the sourceSet.test.resources.srcDirs does not work, as this copies the files...
View ArticleReplacement of gradle-offline-dependencies-plugin
Thank you for response! Yes that’s what I am looking for for that plugin. Would you share where you found Apache license for gov.chesapeaketechnology.offline-dependencies?
View ArticleReplacement of gradle-offline-dependencies-plugin
The link on the plugin page takes you to the Chesapeake Technology website. There’s a GitHub link on the top bar on the right. The GitHub link lists all of their repositories. It’s nicer when the...
View ArticleTurning off module-path for tests?
We’ve got an Application we’re moving to a modular build, to better take advantage of jpackage. I was reviewing our options for our unit tests and it didn’t come up with a clear winner; seems like...
View Article"Problem forking build scan upload... java.lang.UnsupportedOperationException"
Publishing build scan... Problem forking build scan upload FAILURE: Build failed with an exception. * What went wrong: java.lang.UnsupportedOperationException (no error message) * Try: Run with...
View ArticleCould not resolve all artifacts for configuration ':classpath'
hi everyone i have an error when i try to build a new application FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'My Application'. > Could...
View Article"Problem forking build scan upload... java.lang.UnsupportedOperationException"
Hi @autonomousapps, I’m going to assume that this is a problem report and not an errant copy/paste. If you can share some context about versions you are using and whether this failure is persistent or...
View ArticleCould not resolve all artifacts for configuration ':classpath'
A-Musaad: I’m not sure if it’s related but I’m using a Psiphon VPN. This is probably related to your connectivity given that...
View ArticleDifferent gradle version for producer and consumer
The Gradle version for a project is only relevant at build time. Once the binary published to Nexus, the version of Gradle used for that project has no role at all. This is unlikely to be called out...
View ArticleCould not resolve all artifacts for configuration ':classpath'
Thank you for your response. The problem is that I can not access this link without VPN in my country. (note : when I use the VPN to open this link in a browser I can download the .pom file, but I...
View ArticleBuild Scan activation email not sent
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleHow to get full list of dependencies and their meta?
I guess there’s no way to do this. Might be simpler to write my own POM file parser than try to get this from Gradle.
View ArticleError publishing build scan - Connection refused
Info from the build: Gradle version: 6.4 Plugin version: 3.3.1 Request URL: https://scans-in.gradle.com/scans/publish/gradle/3.3.1/token Request ID: b3d7ca8c-8376-4ae9-ad24-bd96c87f3935 Exception:...
View ArticleUnresolved References in settings.gradle.kts moving from 5.6 to 6.2
I had the same problem in Gradle 6.4.1. This is the solution I found: pluginManagement { fun PluginManagementSpec.loadProperties(fileNameWithoutExtension: String, path: String = rootDir.absolutePath):...
View ArticleReplacement of gradle-offline-dependencies-plugin
Thank you very much. The GitHub page also showed that is a fork of mdietrichstein/gradle-offline-dependencies-plugin. This is a good candidate to replace gradle-offline-dependencies-plugin.
View ArticleHow to make plugin dependent on gradle task
I have added plugin id “com.github.spacialcircumstances.gradle-cucumber-reporting” to generate cucumber html reports , But I want it to run only when i execute cucumber task .this plugin calls...
View ArticleHow to access Gradle extra properties in src code?
Thank you, I have set up my gradle file like below - If possible can you please advise any improvements def suiteFile def APITest = project.hasProperty(“APITest”) def UITest =...
View ArticleReplacement of gradle-offline-dependencies-plugin
mdietrichstein/gradle-offline-dependencies-plugin does not support Maven BOM either.
View Article