Skip to content

Commit

Permalink
packaging: split maven from gradle during compilation and packaging (#22
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dorav authored Dec 10, 2023
1 parent f3c5e5b commit 3fe2abd
Show file tree
Hide file tree
Showing 36 changed files with 134 additions and 522 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ jobs:
- name: Build and test Plugin
run: ./gradlew build

- name: Build and test Sample Project
run: |
cd examples/hibernate_standalone/
./gradlew build
- name: Test default schema task - includeBuild
run: |
cd examples/hibernate_standalone/
./gradlew -q schema > schema_output
diff schema_output src/test/expected_default_schema
- name: Integration tests with local plugin repo
run: |
./gradlew publishAllPublicationsToLocalPluginRepositoryRepository
Expand All @@ -56,6 +45,7 @@ jobs:
- name: Build Maven Plugin
run: |
cd maven-plugin
mvn clean install --batch-mode
- name: Integration tests with maven plugin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See [atlasgo.io](https://atlasgo.io/getting-started#installation) for more insta
Add the provider to your gradle project:
```kotlin
plugins {
id("io.atlasgo.hibernate-provider") version "0.1"
id("io.atlasgo.hibernate-provider-gradle-plugin") version "0.1"
}
```

Expand Down
6 changes: 0 additions & 6 deletions examples/hibernate_standalone/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions examples/hibernate_standalone/build.gradle.kts

This file was deleted.

Binary file not shown.

This file was deleted.

234 changes: 0 additions & 234 deletions examples/hibernate_standalone/gradlew

This file was deleted.

89 changes: 0 additions & 89 deletions examples/hibernate_standalone/gradlew.bat

This file was deleted.

Loading

0 comments on commit 3fe2abd

Please sign in to comment.