might fix

This commit is contained in:
Tofaa 2024-02-17 21:56:29 +04:00
parent 49c3ee69ad
commit 4d2dff2718
4 changed files with 0 additions and 42 deletions

View file

@ -1,14 +1,3 @@
plugins {
id 'java'
id 'java-library'
}
group = 'me.tofaa.entitylib'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies { dependencies {
api 'org.jetbrains:annotations:24.0.0' api 'org.jetbrains:annotations:24.0.0'

View file

@ -1,17 +1,8 @@
plugins {
id 'java'
}
// jdk 17 // jdk 17
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17
repositories {
mavenCentral()
}
dependencies { dependencies {
implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.squareup:javapoet:1.13.0' implementation 'com.squareup:javapoet:1.13.0'

View file

@ -1,14 +1,3 @@
plugins {
id 'java'
id 'java-library'
}
group = 'org.example'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies { dependencies {
api(project(":api")) api(project(":api"))

View file

@ -1,14 +1,3 @@
plugins {
id 'java'
id 'java-library'
}
group = 'me.tofaa.entitylib'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies { dependencies {
api(project(":common")) api(project(":common"))