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.
1 parent e1c65f4 commit f4caebcCopy full SHA for f4caebc
build.gradle
@@ -5,8 +5,8 @@ plugins {
5
}
6
7
pluginBundle {
8
- website = 'https://github.com/bst-services/weave-dependencies'
9
- vcsUrl = 'https://github.com/bst-services/weave-dependencies'
+ website = 'https://github.com/bstservices/weave-dependencies'
+ vcsUrl = 'https://github.com/bstservices/weave-dependencies'
10
tags = ['aspectj', 'weaving']
11
12
@@ -17,7 +17,7 @@ gradlePlugin {
17
displayName = 'AspectJ dependency weaving plugin'
18
description = 'For weaving binary aspects into binary dependencies'
19
implementationClass = 'services.bst.gradle.WeaveDependenciesPlugin'
20
- version = '0.1.0'
+ version = '0.1.1'
21
22
23
0 commit comments