We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135669b commit 6c79abcCopy full SHA for 6c79abc
2 files changed
build.gradle
@@ -47,6 +47,16 @@ dependencies {
47
implementation 'org.springframework.boot:spring-boot-starter-webflux'
48
}
49
50
+jar {
51
+ archiveBaseName.set("Optimo_User_BE")
52
+ archiveVersion.set("0.0.1-SNAPSHOT")
53
+}
54
+
55
+tasks.named("azureFunctionsPackage") {
56
+ dependsOn("jar")
57
58
59
60
tasks.named('test') {
61
useJUnitPlatform()
62
src/main/resources/application.yml
@@ -1,6 +1,6 @@
1
spring:
2
application:
3
- name: Optmo_User_BE
+ name: Optimo_User_BE
4
5
config:
6
import: optional:file:.env[.properties]
0 commit comments