Skip to content

Commit

Permalink
agp-7.1.3 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Jan 30, 2024
1 parent d52bd93 commit 9900fcf
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 55 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
package com.jaredsburrows.license

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
import static test.TestUtils.assertHtml
import static test.TestUtils.assertJson
import static test.TestUtils.gradleWithCommand
import static test.TestUtils.getLicenseText

import org.junit.Rule
import org.junit.rules.TemporaryFolder
import spock.lang.Specification
import spock.lang.Unroll

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
import static test.TestUtils.assertHtml
import static test.TestUtils.assertJson
import static test.TestUtils.getLicenseText
import static test.TestUtils.gradleWithCommand

final class LicensePluginAndroidSpec extends Specification {
@Rule
public final TemporaryFolder testProjectDir = new TemporaryFolder()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
package com.jaredsburrows.license

import org.junit.Rule
import org.junit.rules.TemporaryFolder
import spock.lang.Issue
import spock.lang.Specification

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
import static test.TestUtils.assertHtml
import static test.TestUtils.assertJson
import static test.TestUtils.getLicenseText
import static test.TestUtils.gradleWithCommand

import org.junit.Rule
import org.junit.rules.TemporaryFolder
import spock.lang.Specification

final class LicensePluginJavaSpec extends Specification {
@Rule
public final TemporaryFolder testProjectDir = new TemporaryFolder()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
package com.jaredsburrows.license

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
import static test.TestUtils.gradleWithCommand
import static test.TestUtils.gradleWithCommandWithFail

import org.junit.Rule
import org.junit.rules.TemporaryFolder
import spock.lang.Specification
import spock.lang.Unroll

import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
import static org.gradle.testkit.runner.TaskOutcome.FAILED
import static test.TestUtils.gradleWithCommand
import static test.TestUtils.gradleWithCommandWithFail

final class LicensePluginSpec extends Specification {
@Rule
public final TemporaryFolder testProjectDir = new TemporaryFolder()
Expand Down
Loading

0 comments on commit 9900fcf

Please sign in to comment.