This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/main by this push:
new ae651b55 fix EVM gradle module description
new 77fd42a3 Merge pull request #405 from atoulme/evm_fix
ae651b55 is described below
commit ae651b55ba3382519ba7b73850a9c69ab5f85416
Author: Antoine Toulme <[email protected]>
AuthorDate: Sat May 28 11:34:25 2022 -0700
fix EVM gradle module description
---
evm/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evm/build.gradle b/evm/build.gradle
index 78221c86..61c99bed 100644
--- a/evm/build.gradle
+++ b/evm/build.gradle
@@ -10,7 +10,7 @@
* 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.
*/
-description = 'Repository for managing, storing and indexing Ethereum domain
objects.'
+description = 'Ethereum Virtual Machine implementation'
dependencies {
implementation project(':bytes')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]