Skip to content

Commit 923eed9

Browse files
authored
Merge pull request #13 from EzFramework/fix/jitpack-publish
Fix/jitpack publish
2 parents d9cab48 + 0c9e5a8 commit 923eed9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

jitpack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
jdk:
22
- openjdk25
33
install:
4+
- wget https://archive.apache.org/dist/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz
5+
- tar xzf apache-maven-3.9.6-bin.tar.gz
6+
- export MAVEN_HOME=$PWD/apache-maven-3.9.6
7+
- export PATH=$MAVEN_HOME/bin:$PATH
8+
- mvn --version
49
- mvn install -DskipTests

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.EzFramework</groupId>
77
<artifactId>java-query-builder</artifactId>
8-
<version>1.0.1</version>
8+
<version>1.0.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>JavaQueryBuilder</name>

0 commit comments

Comments
 (0)