Skip to content

Commit

Permalink
moves axion plugin first
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Apr 24, 2022
1 parent 993de11 commit 68a8a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ buildscript {
classpath 'pl.allegro.tech.build:axion-release-plugin:1.13.6'
}
}
apply plugin: 'pl.allegro.tech.build.axion-release'
apply plugin: 'java-library-distribution'
apply plugin: 'maven-publish'
apply plugin: 'jacoco'
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'ru.vyarus.quality'
apply plugin: 'pl.allegro.tech.build.axion-release'

archivesBaseName = 'pw-swift-core'
group 'com.prowidesoftware'
Expand Down

0 comments on commit 68a8a20

Please sign in to comment.