Mark Vedder

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 11
-
-
-
-
Mark Vedder created a post, AnsweredProgramatically Update Plugin Version in Gradle Build File
I'm looking to write an action that updates the version of a framework plugin in the gradle.build or gradle.build.kts file for the user when a newer version is available (which my IntelliJ IDEA plu... -
Mark Vedder commented, -
Mark Vedder created a post, Use System Enviornment Variables in HTTP Requests
Is there a way to use a System Environment Variable in an HTTP request, rather than having to pace it in an *.env.json file? For example, I'd like to do something like this: GET http://httpbin.org/... -
-
Mark Vedder created a post, AnsweredAccess Denied Errors for 2019.3.1 RC build 193.5662.46 downloads
Getting AccessDenied errors for the 2019.3.1 RC build 193.5662.46 downloads for the artifacts. The Sha256 checksum files are accessible. -
Mark Vedder created a post, AnsweredValdating slected Project SDK version on the first wizard page
I'm implementing a new project wizard for a framework. After clicking Next on the initial Wizard dialog, I'd like to validate that the selected SDK meets the minimum version requirement prior to pr... -
Mark Vedder created a post, AnsweredDetermine if a project is a Gradle Project
The framework my plugin supports recently changed from using Ant to Gradle. For a while I need to support legacy projects. So I want to detect if the project is a Gradle project or not. I found thi...