Skip to content

Commit c30c3e2

Browse files
committed
fix plugin packaging
1 parent 080fe23 commit c30c3e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: 'java'
1+
apply plugin: 'java-library'
22
apply plugin: 'checkstyle'
33
buildscript {
44
repositories {

release.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ modifyPom {
5252
publishing {
5353
publications {
5454
Publication(MavenPublication) {
55-
artifact jar
55+
from components.java
5656
groupId 'com.bugsnag'
5757
artifactId 'bugsnag'
5858
version project.version

0 commit comments

Comments
 (0)