Skip to content

Commit ff22318

Browse files
committed
create buildable hubspot branch
1 parent b2a973c commit ff22318

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.blazar.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
buildpack:
2+
name: Blazar-Buildpack-Java
3+
4+
env:
5+
SKIP_VERSION_OVERRIDE_ON_BRANCH: hubspot
6+
MAVEN_ARGS: -DskipTests -Drat.skip=true -Dspotless.check.skip=true
7+
8+
9+
stepActivation:
10+
notify:
11+
branches: [hubspot]
12+

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>plexus-compiler</artifactId>
12-
<version>2.15.1-SNAPSHOT</version>
12+
<version>2.15.1-hubspot-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Plexus Compiler</name>

0 commit comments

Comments
 (0)