Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PoluteClient authored Nov 11, 2023
1 parent 700172b commit f2f8d70
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions shared/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
plugins {
id 'java'
id 'java-library'
}

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

repositories {
mavenCentral()
}

dependencies {

}

0 comments on commit f2f8d70

Please sign in to comment.