We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a973c commit ff22318Copy full SHA for ff22318
.blazar.yaml
@@ -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
@@ -9,7 +9,7 @@
</parent>
<artifactId>plexus-compiler</artifactId>
- <version>2.15.1-SNAPSHOT</version>
+ <version>2.15.1-hubspot-SNAPSHOT</version>
13
<packaging>pom</packaging>
14
15
<name>Plexus Compiler</name>
0 commit comments