Skip to content

Commit

Permalink
IGNITE-20757 Add a module for utility applications (apache#2795)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashapolo authored Nov 6, 2023
1 parent 41ef23d commit f765418
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-utilities/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Apache Ignite 3 Development Utilities

This module contains a bunch of useful standalone utility applications that can help during development and testing.
23 changes: 23 additions & 0 deletions dev-utilities/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

apply from: "$rootDir/buildscripts/java-core.gradle"

description = 'ignite-dev-utilities'

dependencies {
}
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ include(':ignite-file-io')
include(':ignite-vault')
include(':ignite-rest')
include(':ignite-examples')
include(':ignite-dev-utilities')
include(':ignite-network')
include(':ignite-configuration-api')
include(':ignite-raft-api')
Expand Down Expand Up @@ -77,6 +78,7 @@ include(":ignite-system-view")
include(":ignite-system-view-api")

project(":ignite-examples").projectDir = file('examples')
project(":ignite-dev-utilities").projectDir = file('dev-utilities')
project(":ignite-page-memory").projectDir = file('modules/page-memory')
project(":ignite-storage-api").projectDir = file('modules/storage-api')
project(":ignite-network-annotation-processor").projectDir = file('modules/network-annotation-processor')
Expand Down

0 comments on commit f765418

Please sign in to comment.