File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
surf-maintenance-velocity Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ buildscript {
44 maven(" https://repo.slne.dev/repository/maven-public/" ) { name = " maven-public" }
55 }
66 dependencies {
7- classpath(" dev.slne.surf:surf-api-gradle-plugin:1.21.10 +" )
7+ classpath(" dev.slne.surf:surf-api-gradle-plugin:1.21.11 +" )
88 }
99}
1010
1111allprojects {
12- group = " dev.slne.surf.template "
12+ group = " dev.slne.surf.maintenance "
1313 version = findProperty(" version" ) as String
1414}
Original file line number Diff line number Diff line change 1- org.gradle.configuration-cache =true
21org.gradle.parallel =true
3- org.gradle.caching =true
42kotlin.code.style =official
53kotlin.stdlib.default.dependency =false
64version =1.21.10-1.0.0-SNAPSHOT
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ plugins {
22 id(" dev.slne.surf.surfapi.gradle.velocity" )
33}
44
5+ surfVelocityApi {
6+ withSurfRedis()
7+ }
8+
59velocityPluginFile {
610 main = " dev.slne.surf.maintenance.velocity.VelocityMain"
711 authors = listOf (" red" )
8- }
9-
10- dependencies {
11- implementation(" dev.slne.surf:surf-redis:1.0.0-SNAPSHOT" )
1212}
You can’t perform that action at this time.
0 commit comments