Working spring project
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'java-library'
|
||||
id 'io.freefair.lombok' version '8.10'
|
||||
id 'org.springframework.boot' version '3.3.2'
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven{ url 'https://gitea.seeseepuff.be/api/packages/llamascript/maven' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':libllamascript')
|
||||
implementation 'org.springframework.boot:spring-boot'
|
||||
implementation 'org.springframework.boot:spring-boot-autoconfigure'
|
||||
implementation 'org.springframework.boot:spring-boot-configuration-processor'
|
||||
implementation 'org.springframework.boot:spring-boot:3.3.2'
|
||||
implementation 'org.springframework.boot:spring-boot-autoconfigure:3.3.2'
|
||||
implementation 'org.springframework.boot:spring-boot-configuration-processor:3.3.2'
|
||||
api project(':libllamascript')
|
||||
|
||||
testImplementation platform('org.junit:junit-bom:5.10.0')
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
|
||||
Reference in New Issue
Block a user