@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'org.springframework.cloud.function.aws-lambda.packaging' version '1.0.0'
|
||||
//id 'java'
|
||||
id 'org.springframework.boot' version '3.2.0-M2'
|
||||
id 'org.springframework.boot' version '3.4.0'
|
||||
//id 'io.spring.dependency-management' version '1.1.3'
|
||||
//id 'com.github.johnrengelman.shadow' version '8.1.1'
|
||||
//id 'maven-publish'
|
||||
@@ -22,7 +22,7 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
set('springCloudVersion', "2023.0.0-M1")
|
||||
set('springCloudVersion', "2024.0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
//assemble.dependsOn = [thinJar, shadowJar]
|
||||
@@ -68,7 +68,7 @@ ext {
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter'
|
||||
implementation 'org.springframework.cloud:spring-cloud-function-adapter-aws:4.1.0-SNAPSHOT'
|
||||
implementation 'org.springframework.cloud:spring-cloud-function-adapter-aws'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user