Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-module build #388

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Commits on Apr 21, 2016

  1. multi-module build

    The main aim here is to remove log4j and main
    classes from compile scope in the core library.
    
    This will help integrate ethereumj-core as a library
    into projects that don’t choose to use log4j and
    want to use a different logging framework to back
    slf4j.
    
    
    Problems encountered:
    `org.ethereum.util.AdvancedDeviceUtils` uses log4j
    to dynamically change the logging config. There was
    no resolution other than to remove this.
    dwhjames committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    4755617 View commit details
    Browse the repository at this point in the history
  2. update Gradle and wrapper

    dwhjames committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    250098e View commit details
    Browse the repository at this point in the history
  3. set default sample main class

    the build task needs `mainClassName` to be defined
    dwhjames committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    bc6cdfb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    30b78d4 View commit details
    Browse the repository at this point in the history