Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Jan 9, 2019
1 parent f95d597 commit 3015b29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import org.gradle.api.Project
import org.gradle.api.artifacts.DependencyResolutionListener
import org.gradle.api.artifacts.ResolvableDependencies
import org.gradle.api.provider.Property
import org.gradle.api.tasks.compile.JavaCompile

class FmuPluginExtension {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TestPlugin {
writeText("""
plugins {
id 'java'
id 'no.ntnu.ihb.fmi4j.FmuPlugin'
id 'FmuPlugin'
}
""".trimIndent())
Expand Down

0 comments on commit 3015b29

Please sign in to comment.