We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plugins
1 parent 3de7aca commit c209e77Copy full SHA for c209e77
build.gradle
@@ -14,7 +14,9 @@
14
* limitations under the License.
15
*/
16
17
-apply plugin: 'java'
+plugins {
18
+ id 'java'
19
+}
20
apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-helpers/master/helper.gradle?_=${(int) (new Date().toInstant().epochSecond / 60)}"
21
22
gocdPlugin {
0 commit comments