Skip to content

Commit c209e77

Browse files
committed
Prefer modern plugins block
1 parent 3de7aca commit c209e77

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
@@ -14,7 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
apply plugin: 'java'
17+
plugins {
18+
id 'java'
19+
}
1820
apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-helpers/master/helper.gradle?_=${(int) (new Date().toInstant().epochSecond / 60)}"
1921

2022
gocdPlugin {

0 commit comments

Comments
 (0)