mirror of
https://github.com/corda/corda.git
synced 2025-01-21 12:05:08 +00:00
Corrected several names due to plugin name change
This commit is contained in:
parent
7887fc34f4
commit
e0b340159d
@ -1,3 +1,5 @@
|
||||
package com.r3corda.plugins
|
||||
|
||||
import org.gradle.api.*
|
||||
import org.gradle.api.tasks.bundling.Jar
|
||||
import org.gradle.api.tasks.javadoc.Javadoc
|
@ -0,0 +1 @@
|
||||
implementation-class=com.r3corda.plugins.DefaultPublishTasks
|
@ -1 +0,0 @@
|
||||
implementation-class=com.r3corda.DefaultPublishTasks
|
@ -1,4 +1,4 @@
|
||||
package com.r3corda
|
||||
package com.r3corda.plugins
|
||||
|
||||
import org.gradle.api.*
|
||||
import org.gradle.api.tasks.testing.Test
|
@ -0,0 +1 @@
|
||||
implementation-class=com.r3corda.plugins.QuasarPlugin
|
@ -1 +0,0 @@
|
||||
implementation-class=com.r3corda.QuasarPlugin
|
Loading…
Reference in New Issue
Block a user