Skip to content

Commit

Permalink
chore: Add publications section
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Oct 5, 2021
1 parent 4325e33 commit 9a309cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'java'
id 'java-library'
id 'maven-publish'
}

Expand All @@ -16,6 +16,12 @@ version = '1.0.0'
sourceCompatibility = '8'

publishing {
publications {
earthGravitationalModel(MavenPublication) {
from components.java
}
}

repositories {
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit 9a309cd

Please sign in to comment.