Skip to content

Commit

Permalink
Fixed log level
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Apr 22, 2017
1 parent dab5d45 commit 8c22744
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import groovy.transform.CompileStatic
import org.gradle.api.Project
import org.gradle.api.ProjectConfigurationException
import org.gradle.api.file.FileCollection
import org.gradle.api.logging.LogLevel

import static com.android.build.api.transform.Status.*
import static me.tatarka.RetrolambdaPlugin.javaVersionToBytecode
Expand Down Expand Up @@ -54,7 +55,7 @@ class RetrolambdaTransform extends Transform {

@Override
void transform(Context context, Collection<TransformInput> inputs, Collection<TransformInput> referencedInputs, TransformOutputProvider outputProvider, boolean isIncremental) throws IOException, TransformException, InterruptedException {
// context.logging.captureStandardOutput(LogLevel.INFO)
context.logging.captureStandardOutput(LogLevel.INFO)

for (TransformInput input : inputs) {
def outputDir = outputProvider.getContentLocation("retrolambda", outputTypes, scopes, Format.DIRECTORY)
Expand Down

0 comments on commit 8c22744

Please sign in to comment.