Skip to content

Commit

Permalink
updates based on feedback from Jendrick on hedera-services changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Oct 2, 2023
1 parent dd90490 commit 4475c6a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
* Copyright 2023 Hedera Hashgraph, LLC
*
* This software is the confidential and proprietary information of
* Hedera Hashgraph, LLC. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with Hedera Hashgraph.
*
* HEDERA HASHGRAPH MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
* THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
* PARTICULAR PURPOSE, OR NON-INFRINGEMENT. HEDERA HASHGRAPH SHALL NOT BE LIABLE FOR
* ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
* DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
*/

plugins {
id("com.autonomousapps.dependency-analysis")
id("com.hedera.fullstack.aggregate-reports")
id("com.hedera.fullstack.spotless-conventions")
id("com.hedera.fullstack.spotless-kotlin-conventions")
}

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

plugins { id("com.hedera.fullstack.umbrella") }
plugins { id("com.hedera.fullstack.root") }

repositories {
// mavenLocal() // uncomment to use local maven repository
Expand Down
5 changes: 3 additions & 2 deletions fullstack-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import com.hedera.fullstack.gradle.plugin.HelmInstallChartTask

plugins {
id("java")
id("com.hedera.fullstack.umbrella")
id("com.hedera.fullstack.root")
id("com.hedera.fullstack.conventions")
id("com.hedera.fullstack.jpms-modules")
id("com.hedera.fullstack.fullstack-gradle-plugin")
Expand Down Expand Up @@ -50,4 +51,4 @@ tasks.register<HelmInstallChartTask>("helmInstallNginxChart") {
tasks.check {
dependsOn("helmInstallNginxChart")
// TODO: depends on helmUninstallNginxChart
}
}
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ include(":fullstack-datasource-api")

include(":fullstack-datasource-core")

// TODO: re-enable once we have a way to run the fullstack-examples without IntelliJ and Sonar issues
//includeBuild("fullstack-examples")
// TODO: re-enable once we have a way to run the *-examples without IntelliJ and Sonar issues
// includeBuild("fullstack-examples")

include(":fullstack-gradle-plugin")

Expand Down

0 comments on commit 4475c6a

Please sign in to comment.