asynkron / protoactor-kotlin

Ultra-fast distributed cross-platform actor framework
http://proto.actor
Apache License 2.0
221 stars 25 forks source link

Moved java files #14

Closed orjan closed 7 years ago

orjan commented 7 years ago

In order to build the java files the needs to be located in the java dir, otherwise gradle won't pick the up.

This can be verified by calling:

./gradlew clean install
jar tvf examples/build/install/examples/lib/examples-0.8-SNAPSHOT.jar | grep helloworld
codecov-io commented 7 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage     23.43%   23.43%           
- Complexity      136      139    +3     
=========================================
  Files            51       51           
  Lines          1762     1762           
  Branches        296      296           
=========================================
  Hits            413      413           
  Misses         1263     1263           
  Partials         86       86

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e3118fd...5aedea2. Read the comment docs.