File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,8 @@ repositories {
14
14
}
15
15
16
16
dependencies {
17
- implementation ' io.avaje:avaje-inject:9.0-RC3 '
17
+ implementation ' io.avaje:avaje-inject:9.0'
18
18
implementation gradleApi()
19
- // implementation localGroovy()
20
19
21
20
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1'
22
21
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1'
@@ -27,10 +26,6 @@ test {
27
26
}
28
27
29
28
gradlePlugin {
30
- // website = 'https://avaje.io/inject/gradle'
31
- // vcsUrl = 'https://github.com/avaje/avaje-inject'
32
- // description = 'Avaje-Inject plugin'
33
- // tags = ['Dependency Injection']
34
29
plugins {
35
30
avajeInject {
36
31
id = ' io.avaje.inject'
@@ -40,3 +35,11 @@ gradlePlugin {
40
35
}
41
36
}
42
37
38
+ pluginBundle {
39
+ website = ' https://avaje.io/inject/gradle'
40
+ vcsUrl = ' https://github.com/avaje/avaje-inject'
41
+ description = ' Avaje-Inject plugin'
42
+ tags = [' Dependency Injection' ]
43
+ }
44
+
45
+
You can’t perform that action at this time.
0 commit comments