Skip to content

Commit

Permalink
docs : Modifying documents
Browse files Browse the repository at this point in the history
  • Loading branch information
mookseong committed Feb 18, 2023
1 parent ff7d973 commit 0605fbf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
File renamed without changes.
21 changes: 14 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,35 @@ plugins {
id 'maven-publish'
}

group 'org.spoon'
group 'com.github.mookseong'
version '0.1.0-alpha'

allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}

repositories {
mavenCentral()
}

publishing {
publications {
maven(MavenPublication) {
groupId = 'org.spoon'
artifactId = 'kbu-spoon'
version = '0.1.0-alpha'

from components.java

groupId 'org.spoon'
artifactId 'kbu-spoon'
version '0.1.0-alpha'

}
}
}




dependencies {
implementation 'org.jetbrains:annotations:23.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
Expand Down

0 comments on commit 0605fbf

Please sign in to comment.