mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(core): move from org.kestra to io.kestra (#306)
This commit is contained in:
committed by
tchiotludo
parent
9536ebca26
commit
b55ac08ba9
@@ -1,4 +1,4 @@
|
||||
package org.kestra.storage.local;
|
||||
package io.kestra.storage.local;
|
||||
|
||||
import io.micronaut.context.annotation.ConfigurationProperties;
|
||||
import lombok.Getter;
|
||||
@@ -1,6 +1,6 @@
|
||||
package org.kestra.storage.local;
|
||||
package io.kestra.storage.local;
|
||||
|
||||
import org.kestra.core.storages.StorageInterface;
|
||||
import io.kestra.core.storages.StorageInterface;
|
||||
|
||||
import java.io.*;
|
||||
import java.net.URI;
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.kestra.storage.local;
|
||||
package io.kestra.storage.local;
|
||||
|
||||
import io.micronaut.context.annotation.Requires;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
package org.kestra.storage.local;
|
||||
package io.kestra.storage.local;
|
||||
|
||||
import com.google.common.io.CharStreams;
|
||||
import io.micronaut.test.extensions.junit5.annotation.MicronautTest;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.kestra.core.storages.StorageInterface;
|
||||
import io.kestra.core.storages.StorageInterface;
|
||||
|
||||
import java.io.FileInputStream;
|
||||
import java.io.FileNotFoundException;
|
||||
Reference in New Issue
Block a user