Skip to content

Commit 0a11653

Browse files
committed
Prefer modern plugins block
1 parent 996e45d commit 0a11653

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
apply plugin: 'java'
1+
plugins {
2+
id 'java'
3+
}
24
apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-helpers/master/helper.gradle?_=${(int) (new Date().toInstant().epochSecond / 60)}"
35

46
gocdPlugin {

0 commit comments

Comments
 (0)