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 {
1414}
1515
1616dependencies {
17- implementation ' io.avaje:avaje-inject:9.0-RC3 '
17+ implementation ' io.avaje:avaje-inject:9.0'
1818 implementation gradleApi()
19- // implementation localGroovy()
2019
2120 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1'
2221 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1'
@@ -27,10 +26,6 @@ test {
2726}
2827
2928gradlePlugin {
30- // website = 'https://avaje.io/inject/gradle'
31- // vcsUrl = 'https://github.com/avaje/avaje-inject'
32- // description = 'Avaje-Inject plugin'
33- // tags = ['Dependency Injection']
3429 plugins {
3530 avajeInject {
3631 id = ' io.avaje.inject'
@@ -40,3 +35,11 @@ gradlePlugin {
4035 }
4136}
4237
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