simon.jiang

Results 11 comments of simon.jiang

I don't have simple build script to reprodcue this problem because we emebbed it into our plugins. Its really hard to reproduce it without our plugin environment. I tested it...

@michel-kraemer our plugin defer to configurre src property after gradle evaluated root project. but we add the download task before project evaluation finished. So the cachedSources will be firstly initialized...

[issue-237-sample.zip](https://github.com/michel-kraemer/gradle-download-task/files/9296794/issue-237-sample.zip) @michel-kraemer I made a sample to reproduce this issue. When you comment the line 22("def test1 = src") in build.gradle, then download will be ok. When you remove comment...

when we use this code("project.apply(Collections.singletonMap("plugin", PropertiesPlugin.class));") to apply propertiesPlugin in our gradle plugin. It will cause we failed to set ourself property to gradle project. we used this method to...

这个qatradeg怎么在本地部署,有简单的文档吗

你可以试试node 14试一下

@jtydhr88 Did you mean open a DB view in intellij like we provided the function open db in LDS?

can you provid more details about it? 1.what version eclipse jee you want to install our ide update site? 2.whiich version ide eclipse update site you want to install?

@michel-kraemer i I tried and we can not use this way. Below is we used in our code. We add the download task in our gradle plugin, we don't drectly...