generated from aura-ascend/template-library
project setup
- update README.md - update name and readme for library
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# {library}
|
# Test Integration.
|
||||||
|
|
||||||
{description}
|
Library to test integration for aura ascend.
|
||||||
|
|
||||||
## Publish library locally.
|
## Publish library locally.
|
||||||
|
|
||||||
@@ -25,8 +25,8 @@ To authenticate with Gradle to access repositories that require authentication,
|
|||||||
Here's how you can do it:
|
Here's how you can do it:
|
||||||
|
|
||||||
1. Open or create the `gradle.properties` file in your Gradle user home directory:
|
1. Open or create the `gradle.properties` file in your Gradle user home directory:
|
||||||
- On Unix-like systems (Linux, macOS), this directory is typically `~/.gradle/`.
|
- On Unix-like systems (Linux, macOS), this directory is typically `~/.gradle/`.
|
||||||
- On Windows, this directory is typically `C:\Users\<YourUsername>\.gradle\`.
|
- On Windows, this directory is typically `C:\Users\<YourUsername>\.gradle\`.
|
||||||
2. Add the following lines to the `gradle.properties` file:
|
2. Add the following lines to the `gradle.properties` file:
|
||||||
```properties
|
```properties
|
||||||
repository.<name>.user=your_user
|
repository.<name>.user=your_user
|
||||||
|
|||||||
@@ -5,10 +5,7 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
testImplementation(aa.kotlin.junit5)
|
|
||||||
|
|
||||||
testRuntimeOnly(aa.junit.platform.launcher)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "ltd.lulz.library"
|
group = "ltd.lulz.library"
|
||||||
description = "library template"
|
description = "library test integration"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
version=0.1.0-SNAPSHOT
|
version=0.1.0-SNAPSHOT
|
||||||
catalog=0.1.0
|
catalog=0.2.0-SNAPSHOT
|
||||||
|
|||||||
@@ -34,4 +34,4 @@ pluginManagement.repositories {
|
|||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name = "library"
|
rootProject.name = "test-integration"
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
package ltd.lulz.library
|
|
||||||
|
|
||||||
class LulzLibrary
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
package ltd.lulz.library
|
|
||||||
|
|
||||||
import kotlin.test.Test
|
|
||||||
|
|
||||||
class LulzLibraryTest {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
fun `Lulz Library Test`() {
|
|
||||||
// Placeholder
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user