Skip to content

Commit

Permalink
Configure maven
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Sep 2, 2020
1 parent e014388 commit ba29cfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:

- uses: eskatos/gradle-command-action@v1
with:
arguments: publish
arguments: publish
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,13 @@ publishing {
}
publications {
gpr(MavenPublication) {
dependsOn buildRelease
from "_release/"+project.name + "-" + project.version +"-all.jar"
groupId = 'io.github.frc5024'
artifactId = 'lib5k'
version = project.version

from components.java

// from file("docs"), allprojects.collect { it.sourceSets.main.allSource }, { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
}
}
}

0 comments on commit ba29cfe

Please sign in to comment.