File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
name : Publish package to Maven Central Repository
5
5
6
6
on :
7
- release :
8
- types : [created]
7
+ workflow_dispatch :
8
+ # release:
9
+ # types: [created]
9
10
10
11
jobs :
11
12
build :
Original file line number Diff line number Diff line change 3
3
VERSION=$( date +%s)
4
4
PROJECT=jac18281828/$( basename ${PWD} )
5
5
6
- docker build . -t ${PROJECT} :${VERSION} && \
6
+ docker build --no-cache=true . -t ${PROJECT} :${VERSION} && \
7
7
docker run -v ${PWD} :/build --rm -i -t ${PROJECT} :${VERSION}
Original file line number Diff line number Diff line change 5
5
<groupId >com.conversantmedia</groupId >
6
6
<artifactId >disruptor</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.2.21-SNAPSHOT </version >
8
+ <version >1.2.21</version >
9
9
<name >${project.groupId} :${project.artifactId} </name >
10
10
<url >https://github.com/conversant/disruptor</url >
11
11
<description >Conversant Disruptor - very high throughput Java BlockingQueue</description >
You can’t perform that action at this time.
0 commit comments