Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Minor build improvements
- Loading branch information
1 parent
878373d
commit dcfdf259a875b2e4222fd241ba846f0b29156ad6
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,7 +29,7 @@ dependencies { | ||
|
||
publishing { | ||
publications { | ||
anubisApi(MavenPublication) { | ||
apiPublication(MavenPublication) { | ||
from components.java | ||
groupId project.group | ||
artifactId project.name | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -27,7 +27,7 @@ dependencies { | ||
|
||
publishing { | ||
publications { | ||
anubisTest(MavenPublication) { | ||
testPublication(MavenPublication) { | ||
from components.java | ||
groupId project.group | ||
artifactId project.name | ||