Skip to content

Commit 165fcba

Browse files
authored
Merge pull request #7 from luftfartsverket/4-publish-gradle-plugin-failed
feat: add gradle publish plugin and required metadata to build.gradle
2 parents 641dec4 + b38f6c2 commit 165fcba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins {
33
id 'java-library'
44
id 'maven-publish'
55
id 'io.spring.javaformat' version '0.0.47'
6+
id 'com.gradle.plugin-publish' version '1.3.1'
67
}
78

89
group = 'se.lfv.reqstool'
@@ -18,6 +19,9 @@ repositories {
1819
}
1920

2021
gradlePlugin {
22+
website = 'https://github.com/luftfartsverket/reqstool-java-gradle-plugin'
23+
vcsUrl = 'https://github.com/luftfartsverket/reqstool-java-gradle-plugin.git'
24+
2125
plugins {
2226
reqstoolPlugin {
2327
id = 'se.lfv.reqstool'

0 commit comments

Comments
 (0)