Skip to content

Commit 27b8a4f

Browse files
committed
feat: Rethinking the project
1 parent 232ef72 commit 27b8a4f

File tree

351 files changed

+9646
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+9646
-146
lines changed

LOGO.png

-92.2 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 4 deletions

backend/common/build.gradle

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
plugins {
2+
id "java-library"
3+
id "maven-publish"
4+
id "signing"
5+
id 'org.jetbrains.kotlin.jvm'
6+
}
7+
8+
9+
group 'com.github.kayjamlang'
10+
archivesBaseName = "backend-common"
11+
version '0.1.4-beta4'
12+
13+
dependencies {
14+
api project(":core")
15+
api("commons-cli:commons-cli:1.9.0")
16+
implementation group: 'com.github.albfernandez', name: 'juniversalchardet', version: '2.4.0'
17+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
18+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
19+
}
20+
21+
repositories {
22+
mavenCentral()
23+
}
24+
compileKotlin {
25+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)