Skip to content

Commit

Permalink
Merge pull request #2 from Scalified/#1
Browse files Browse the repository at this point in the history
#1 Base Functionality
  • Loading branch information
vbaidak authored May 3, 2019
2 parents 9efbaf4 + b3df5dc commit 0b6b019
Show file tree
Hide file tree
Showing 34 changed files with 3,304 additions and 24 deletions.
28 changes: 6 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
# Compiled class file
*.class
.idea
**/*.iml
.gradle
build

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.metadata
*.DS_Store
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: java

jdk:
- oraclejdk8

before_install:
- chmod +x gradlew

script:
- ./gradlew clean build --info
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 4.1.1-BETA

* [**#1** Base Functionality](https://github.com/Scalified/axonframework-cdi/issues/1)
Loading

0 comments on commit 0b6b019

Please sign in to comment.