Skip to content

Commit

Permalink
Publication
Browse files Browse the repository at this point in the history
  • Loading branch information
iammohdzaki committed Nov 15, 2021
1 parent d21a78d commit 8424208
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
id 'java-library'
id 'maven-publish'
}

group = 'com.zaki.passgen'
group = 'com.github.iammohdzaki'
version = '0.1'

publishing {
publications {
mavenJava(MavenPublication) {
groupId = 'com.github.iammohdzaki'
artifactId = 'passgen'
version = '0.1'

from components.java
}
}
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 8424208

Please sign in to comment.